Overview
About
with-immutable-props-to-js is a higher-order component for keeping Immutable objects outside your presentational components.
Installation
Use your favourite NPM client. For example:
yarn add with-immutable-props-to-js
or
npm install with-immutable-props-to-js
Make sure to install the following peer dependencies as well: react
, react-dom
, immutable
Links
You can view the README on GitHub for more information about the project, including more documentation and how to contribute.
This higher-order component is meant to be used with several other libraries:
- You can learn more about React on the React website
- You can learn more about Immutable on the Immutable website
- You can learn more about Redux on the Redux website
- You can learn more about Redux selectors on the Redux learning resources page
- You can learn more about using Immutable with Redux on the Redux docs page for Immutable