1.0.0 • Published 5 years ago

react-toolbet v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

react-toolbet

This repo will assist in getting started with react tools. React ToolBelt provides necessary configurations to get started with React Project. This repo contains least configs for getting started with react projects It also includes folder structure to place all the reducers , actions , jsx, css logic.

How to Use :

Clone this repo run : npm install start server : npm run dev

Tools Used :

  1. npm : to install all dependicies
  2. Prettier: To autoformat all code.
  3. ESLint: identifies js errors in the editor and gives recommendation
  4. Parcel: Bundler with almost Zero configurations required.
  5. Reach Router: Accessbility rich React Router
  6. Babel: Helps in using tomorrow's JS in today's Browsers.
  7. Emotion: Performant way of writing CSS in JS
  8. Jest: Testing framework developed by Facebook for React Applications , has built in support for istanbul
  9. React Lodable: Library for handling Route & Component centric code splitting. Initial bundle size of app should be less than 50KB