1.0.19 • Published 4 years ago
react-redux-jedi v1.0.19
Description:
Documentation link: https://bielykh-artem.github.io/
Utils:
Method | Description |
---|---|
createActionTypes | Creates action types for actions based on a list of unique constants. |
createActions | Created actions based on a list of unique constants. |
createThunkActions | Created actions based on a list of unique constants for using together with redux-thunk lib. |
createReducer | Allows not to use switch/case inside reducers. |
Routing:
Method | Description |
---|---|
renderRoute | Renders a list of routes based on the config. Allow child routes. The nesting level can be any. |
JediRoutes | The component uses renderRoute method. All routes building logic is encapsulated inside the component |
Middlewares:
Method | Description |
---|---|
createLoaderMiddleware | Middleware that implements functionality for tracking the process of loading data in an application. Implemented two types for loading indicator. More info in docs. |
createErrorsMiddleware | Implements functionality for handling errors in the application received as a response from the server. |
Hooks:
Method | Description |
---|---|
useSearchDebounce | Search debounce hook |
1.0.19
4 years ago
1.0.18
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago