Here are a bunch of references and ideas to continue your training in the React/Redux world.
- Integrate a REST API in your e-commerce application
- Do local setup with create-react-app or try an alternative starter.
- Learn more about Server Side Rendering (SSR) with React.
- Study some approaches with CSS-in-JS. Try working with plain css/scss, css-modules, styled-components.
- Check out the fundamentals of GraphQL and learn how you can integrate that into your React application.
- Learn how to use Flow/TypeScript in your React application.
- Read more about the future of React and Async Rendering.