Codex
Getting Started
A library for migration from Redux Toolkit
to Context API
Installation
An Existing App
use-codex
is available as a package on NPM for use with a module bundler or in a Node application:
# NPM
npm install use-codex
# Yarn
yarn add use-codex
How to use
import Codex from 'use-codex'