React Redux Starter Kit

screenshot of React Redux Starter Kit
express
react
bootstrap
scss

React Redux Starter Kit

Modular starter kit for React+Redux+React Router projects.

Overview

The react-redux-starter-kit is a modular starter kit for React+Redux+React Router projects. It provides a set of npm scripts for development, production, testing, and building the project. The kit includes various features such as TypeScript 2.x, React 16.x, React-router 4.x, Redux, Redux-saga for side-effects, SCSS, React-JSS, BEM methodology, Webpack 4.x, tests using Jest, sinon, and enzyme, test coverage, hot reload, Yeoman blocks generator tasks, code splitting with async chunks loading, Material-UI support, and isomorphic rendering.

Features

  • Typescript 2.x: Supports TypeScript 2.x for type safety.
  • React 16.x: Utilizes React 16.x for building user interfaces.
  • React-router 4.x: Includes integration with React Router 4.x for routing capabilities.
  • Redux: Implements Redux for managing the application state.
  • Redux-saga for side-effects: Uses Redux-saga for handling side-effects in Redux.
  • SCSS: Supports SCSS as the styling language.
  • React-JSS: Includes support for React-JSS, a CSS-in-JS solution for styling React components.
  • BEM methodology: Follows the BEM methodology for structuring and naming CSS classes.
  • Webpack 4.x: Utilizes Webpack 4.x for bundling the project.
  • Tests: Includes tests using Jest, sinon, and enzyme.
  • Test coverage: Generates code coverage reports using Jest.
  • Hot reload: Supports hot reloading for faster development.
  • Yeoman blocks generator tasks: Includes Yeoman generator tasks for creating features and modules.
  • Code splitting (async chunks loading): Implements code splitting for loading chunks asynchronously.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.