tonyhb / tectonic

A declarative REST data loader for React and Redux. Docs @
https://tonyhb.github.io/tectonic/
456 stars 31 forks source link

Cannot persist data using redux-persist #102

Open aindeev opened 7 years ago

aindeev commented 7 years ago

Currently there is no option but to add tectonic to the redux-persist blacklist.

tonyhb commented 7 years ago

Hmm. I haven't used this library before. This may be a little harder because we're using immutableJS in the backend... basically to force model immutability and ensure our reducers can be managed easily.

Wonder what we can do to make this easy for you.