- Must resd blog
- Create react app
- Absolute imports: More details here
-
add a file called .env in the project root with the following contents:
NODE_PATH=src/ -
for vs code intellisense: create file jsconfig.json with
{
"compilerOptions": {
"baseUrl": "src"
}
}- Code splitting
- webpack
- react-loadable
- Reduce bundle size for production