Last active
March 1, 2019 04:26
-
-
Save sunil-srma/72052ed6f2b7d4f0138ff62d4df7aeb3 to your computer and use it in GitHub Desktop.
React tools and tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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