Overview:
This library provides an implementation of the Contentful sync API for redux and reselect. It handles the complete synchronization workflow, including cyclic link resolution, localization, and incremental syncing. It allows you to consume your contents from Contentful as easy-to-use selectors.
Features:
- Implementation of the Contentful sync API for redux and reselect
- Complete synchronization workflow handling
- Cyclic link resolution
- Localization
- Incremental syncing
- Easy-to-use selectors
Installation:
To install contentful-redux, you can use npm or yarn. Here are the commands for both:
Using npm:
npm install contentful-redux
Using yarn:
yarn add contentful-redux
Summary:
Overall, contentful-redux is a library that provides an implementation of the Contentful sync API for redux and reselect. It handles the complete synchronization workflow and allows you to consume your contents from Contentful using easy-to-use selectors. It is a useful tool for integrating Contentful into your redux project.