You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***example:** updated the example to showcase usage of dataOptions ([fc42ed0](https://github.com/jackyef/react-isomorphic-data/commit/fc42ed09e4d31ebd6bda644b9da2cab236e46cda))
12
+
***example/ssr:** added refetch() example ([44eb6fd](https://github.com/jackyef/react-isomorphic-data/commit/44eb6fdc8871841e099fab1bf7f229584643efc0))
13
+
***react-isomorphic-data:** added fetchPolicy for finer control on how data should be cached ([8c0cd67](https://github.com/jackyef/react-isomorphic-data/commit/8c0cd67ce6c106ff7ae507008ed1dce0a4bb2ae0))
***usebasedata:** fixed a subtle bug where exact same requests are fetched multiple time during SSR ([9c37936](https://github.com/jackyef/react-isomorphic-data/commit/9c3793620be187feac71d094fd9d1a14106f6d6a))
12
+
***usebasedata:** fixed issue where multiple same request could be sent when another is in flight ([eb6af37](https://github.com/jackyef/react-isomorphic-data/commit/eb6af3768b140b89d7d2abf553c7b4dfcba9b33d))
13
+
14
+
15
+
### Features
16
+
17
+
***react-isomorphic-data:** added dataOptions that allows component to skip ssr for some data ([91b5843](https://github.com/jackyef/react-isomorphic-data/commit/91b58430a6995d051de6850e6882e84dcfadfda5))
18
+
***react-isomorphic-data:** added fetchPolicy for finer control on how data should be cached ([8c0cd67](https://github.com/jackyef/react-isomorphic-data/commit/8c0cd67ce6c106ff7ae507008ed1dce0a4bb2ae0))
19
+
* added refetch() that will always bypass cache ([f62126f](https://github.com/jackyef/react-isomorphic-data/commit/f62126fe96c391b5a18e3f794118eb4fd8cdd1ec))
20
+
21
+
22
+
### Performance Improvements
23
+
24
+
***react-isomorphic-data:** added rollup replacer plugin for better minification ([894f419](https://github.com/jackyef/react-isomorphic-data/commit/894f419f914893b7e30f758bb1baa3656a3d81f4))
0 commit comments