react-redux-saga-boilerplate

Starter kit with react-router, react-helmet, redux, redux-saga and styled-components

MIT License

Downloads
3
Stars
611
Committers
7

React-Redux-Saga Boilerplate

Demo

Provides

  • react ^18.x
  • react-router-dom 6.x
  • react-helmet-async 2.x
  • emotion 11.x
  • @reduxjs/toolkit 2.x
  • redux-saga 1.x
  • redux-persist 6.x

Development

  • vite 5.x

npm start

Building

  • vite 5.x

npm run build

Code Quality

  • eslint 8.x
  • stylelint 16.x

npm run lint / npm run lint:styles

Unit Testing

  • jest 29.x
  • @testing-library/react 14.x

npm test / npm run test:watch

End 2 End Testing

  • cypress 13.x

npm run test:e2e

Package Rankings
Top 19.23% on Npmjs.org
Badges
Extracted from project README
Build Status Dependencies Maintainability Test Coverage
Related Projects