This repository was archived by the owner on Sep 25, 2025. It is now read-only.
Description As per finalised tech stack frontend will be "React using JavaScript (not TypeScript) and CSS (not Sass)"
Would like to discuss on which packages/libraries are best suited with react echo system ?
Will use any boilerplate ?
create-react-app https://github.com/react-boilerplate/react-boilerplate These two almost provides readymade support for transpiring and bundling and makes app production ready from day one.
Other useful packages I would like to add:
Reselect : Provides memoization and avoids wasted renders. More Redux: App state management Redux-saga : For asynchronous call, uses generators and provides some good features like take_latest. Check Redux-saga and redux-thunk-vs-redux-saga React-intl: Refer Internationalize the Chapter Application #21 Would like to hear community thoughts and experience with this and any other useful packages, we can include in frontend tech stack
Reactions are currently unavailable
As per finalised tech stack frontend will be "React using JavaScript (not TypeScript) and CSS (not Sass)"
Would like to discuss on which packages/libraries are best suited with react echo system ?
Will use any boilerplate ?
These two almost provides readymade support for transpiring and bundling and makes app production ready from day one.
Other useful packages I would like to add:
Would like to hear community thoughts and experience with this and any other useful packages, we can include in frontend tech stack