Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
The React Redux Saga Starter project is designed to provide developers with a robust framework for building modern web applications. By utilizing the power of React for user interfaces, Redux for state management, and Redux Saga for handling side effects, this starter project simplifies the development process while maintaining flexibility. It is based on Create React App, ensuring a straightforward setup and familiar structure for those already acquainted with React.
This starter brings together essential tools and best practices out of the box, making it easier for developers to kick-start their projects without getting bogged down in configuration. Whether you are building a simple application or a more complex one, this setup can handle it all, merging functionality with effective state management.
yarn or npm install, and you’re ready to develop with all necessary dependencies installed automatically.yarn start, yarn test, and yarn build facilitate easy management of the app’s lifecycle, testing, and production builds.yarn storybook, developers can visually test components in isolation, helping maintain UI consistency and simplifying the design process.