Skip to content

inf3cti0n95/React-Typescript-Webpack-Starter-PRPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React, Typescript, Webpack Starter

Webpack Starter with React, Typescript, SASS - CodeSplitting, LazyLoading and Treeshaking

npm install -g webpack webpack-dev-server typescript
npm install
webpack-dev-server

Webpack starter with Configurations PRPL Pattern for PWAs, A Perfect starter for a PWA in React, Typescript.

References

Addy Osmani's Medium Articles on Making PWA with React -

https://medium.com/@addyosmani/progressive-web-apps-with-react-js-part-i-introduction-50679aef2b12#.aqm0xw4qn

PRPL Pattern -

https://developers.google.com/web/fundamentals/performance/prpl-pattern/

ModusCreate's React Router Dynamic Route Loading w/ Webpack 2 Chunks -

https://github.com/ModusCreateOrg/react-dynamic-route-loading-es6