Skip to content

Instantly share code, notes, and snippets.

@sunil-srma
Last active March 1, 2019 04:26
Show Gist options
  • Save sunil-srma/72052ed6f2b7d4f0138ff62d4df7aeb3 to your computer and use it in GitHub Desktop.
Save sunil-srma/72052ed6f2b7d4f0138ff62d4df7aeb3 to your computer and use it in GitHub Desktop.
React tools and tricks
1. A higher order componet to load react modules with promises
https://github.com/jamiebuilds/react-loadable
2. To analyze the permformance/ size of bundle
a Webpack-bundle-analyzer
https://www.npmjs.com/package/webpack-bundle-analyzer
b. Source-map-explorer
https://www.npmjs.com/package/webpack-bundle-analyzer
3. The PRPL Pattern
https://developers.google.com/web/fundamentals/performance/prpl-pattern/
Need to do POC.
4. performance monitoring services support setting perf budgets and budget alerts including
https://calibreapp.com/
https://speedcurve.com/about/
https://webdash.xyz/
https://treo.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment