Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 718 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 718 Bytes

recoiljs-persistent-state

A try for new react state management recoil async data queries and persistent state with mocking api by json-server

  1. persistent state works.
  2. Asynchronous Data Queries works.

Start mocking api server

$ yarn mocking

Start react app

$ yarn start

persist currentUserIDState only

versions:

create-react-app 3.4.1

recoil 0.0.10

react 16.13.1

issue ended up I didn't use recoiljs for next project due to I cannot find a solution to do refetch / re-evaluation.