Skip to content

Releases: salvoravida/recoil-toolkit

v0.2.10

01 Sep 15:16
Compare
Choose a tag to compare

v0.2.10

Enable it on your app:

import {RecoilDevTools} from 'recoil-toolkit'

ReactDOM.render(
   <RecoilRoot>
      // enable forceSerialize if you have issues not serializable data
     <RecoilDevTools forceSerialize={false} />. 
      <App />
   </RecoilRoot>,
   document.getElementById('root'),
);
     // pass your own serializer instead of the default JSON.stringify if you have issue with circular data
     <RecoilDevTools forceSerialize={true} serializer={JSON.stringify} />. 

v0.2.4

22 Aug 12:29
Compare
Choose a tag to compare
  • useRecoilQuery
  • added autoStart to useRecoilTask

v0.1.0

18 May 18:39
Compare
Choose a tag to compare
  • small types fixes
  • renamed ReduxTunnel to ReduxBridge

v.0.0.7

02 May 04:28
Compare
Choose a tag to compare
  • add tests >90%
    ! fix push with maxSize updater

v.0.0.6

18 Jan 14:49
Compare
Choose a tag to compare
  • redux tunnel
  • recoil tunnel

v0.0.3

13 Jan 23:40
Compare
Choose a tag to compare

first release