Examples and Tutorials
We don't yet have any purpose-built examples to show off. We do want to add example projects and tutorials - see issue #99 for discussion.
There are a few small project examples and tutorials out in the community thus far. We'll provide links to those here for now until we have a chance to specifically create some examples
Tutorials
- Reducing Boilerplate in Redux with Redux Starter Kit
- (Note: Medium post - may be behind the paywall. Open in Incognito mode if blocked.)
- Refactor TodoMVC with Redux Starter Kit
- Reducing Boilerplate with Redux Starter Kit
- Shawn "swyx" Wang: "Redux Tetris" FCC Livestreams
Example Projects
Simple Todo-App using Typescript, latest React Hooks syntax, React-Bootstrap and persisted store to localStorage: JamesInnes2169/todo-app-react-hooks-redux
Mark Erikson has converted a couple of other people's projects to use Redux Starter Kit, to help show the process and how much simpler the code can be when using RSK.