mobx-persist icon indicating copy to clipboard operation
mobx-persist copied to clipboard

(docs): add section on Node and SSR Usage

Open agilgur5 opened this issue 4 years ago • 0 comments

  • note that one can hydrate server-side with Node and give some example storage engines one may use for that purpose
  • note that server-side hydration can be skipped for certain use cases like SSR and give example for how to do so

Ripped out of https://github.com/agilgur5/mst-persist/pull/15 similar to #78.

This adds docs that were requested in #29 as well as some more around how one might intentionally use in Node for server-side hydration. The redux-persist storage links make a bit more sense once #78 is merged in.

agilgur5 avatar Jul 27 '19 23:07 agilgur5