react-redux-starter-kit
react-redux-starter-kit copied to clipboard
Get started with React, Redux, and React-Router.
 Can someone help me on this issue? First time installing.
https://neutrino.js.org/presets/#why-not-a-boilerplate-or-alternative It should be possible for this boilerplate to provide all of its dev server functionality using neutrino. Could solve numerous bike shedding issues around webpack configs by saying, "we...
I want to redirect after receive response from server in action. What is the best way to do it? ``` export const redirect = (event) : Function => { return...
The initial state from server is overridden by reducers initial state if server is faster than fetch route. Example `Counter/index.js`: ```js import { loadInitialState } from './modules/counter' export default (store)...
I am building an application based on this kit and I cannot figure out the recommended way to load initial state from a server using a fetch call. I have...
Hi mate, I found your `doubleAsync` action creator test extremly useful to know how to test an **async action creator** but what about when you use them to make API...
I've seen the way routes are tested and I find it useful. Testing if the route is created correctly, and that the component renders correctly. But I'm wondering how I...
hi, i am using the kit in my recent dashboard app. This is my first time using redux and your Starter kit made it very easy to catch up, Thank...