Reactify Redux Thunk/Saga

This section contains all the information regarding the reactify redux thunk and reactify redux saga version of the template.

Reactify Redux Thunk

Redux Thunk middleware allows you to write action creators that return a function instead of an action. The thunk can be used to delay the dispatch of an action, or to dispatch only if a certain condition is met. The inner function receives the store methods dispatch and getState as parameters. You can find the below contents in the main folder:

rectify-redux-thunk
Reactify Redux Saga

Redux Saga is a middleware library that aims to make application required functions (i.e. asynchronous things like data fetching and impure things like accessing the browser cache) easier to manage, more efficient to execute, easy to test, and better at handling failures. You can find the below contents in the main folder:

rectify-redux-saga
Last Updated 5 years ago
Generic selectors
Exact matches only
Search in title
Search in content
Search in posts
Search in pages