React Isomorphic Data Versions Save

Easily fetch json data in your React components, with similar APIs to react-apollo, and Suspense SSR :tada:

@react-isomorphic-data/[email protected]

4 years ago

0.13.0 (2020-01-16)

Features

[email protected]

4 years ago

0.13.0 (2020-01-16)

Features

  • testing: init package for testing utilities (7fb8667)

This release refactor some code to make it compatible with the testing utilities.

[email protected]

4 years ago

0.12.5 (2019-12-25)

Note: Version bump only for package react-isomorphic-data

[email protected]

4 years ago

0.12.4 (2019-12-11)

Bug Fixes

  • loading was not set to true when re-fetching (982fff3)
  • remove errors when fetch succeeded (15374b3)

[email protected]

4 years ago

0.11.4 (2019-12-11)

Bug Fixes

  • remove errors when fetch succeeded (15374b3)

[email protected]

4 years ago

0.12.3 (2019-12-01)

Bug Fixes

  • fix initialLoading is true even when the data is skipped (484573a)

[email protected]

4 years ago

0.12.2 (2019-12-01)

Improvements

  • added skip dataOptions
  • throw error when hooks are used without a DataProvider used

[email protected]

4 years ago

0.12.1 (2019-11-30)

Bug Fixes

  • fix case where an error will block all further fetch (b59efa4)

[email protected]

4 years ago

0.12.0 (2019-11-30)

Bug Fixes

  • fix a bug where updating state does not trigger re-fetch (6623b4f)

Features

  • suspense: added support for network-only fetchPolicy for preloadData (b220846)
  • added withDataClient HOC (03f78a0)
  • initial setup for Suspense (b81f96c)

[email protected]

4 years ago

0.10.6 (2019-11-26)

Note: Version bump only for package ssr