Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negativetwelve/bookmarks
https://github.com/negativetwelve/bookmarks
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/negativetwelve/bookmarks
- Owner: negativetwelve
- Created: 2016-11-27T19:31:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T10:03:36.000Z (almost 8 years ago)
- Last Synced: 2024-10-19T15:59:58.773Z (28 days ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bookmarks
## React
### Universal React
* [react-universally](https://github.com/ctrlplusb/react-universally/blob/6b4e2456335cbdbc59b8d5366b1f83ac9fa48af4/src/client/index.js)
## Developer Tools
### Webpack
* [webpack.test.babel example](https://github.com/mxstbr/react-boilerplate/blob/master/internals/webpack/webpack.test.babel.js)
### Performance
* [Hard Source Plugin](https://github.com/mzgoddard/hard-source-webpack-plugin/issues)
* [Hard Source Plugin in phenomic](https://github.com/MoOx/phenomic/pull/646/files)
* [Slow Incremental Reload](https://github.com/webpack/webpack/issues/1905)
* [PRPL Patter](https://developers.google.com/web/fundamentals/performance/prpl-pattern/)
* [Webpack Performance profiling](https://github.com/webpack/webpack/issues/3216)
* [Webpack perf budget sample app](https://github.com/ModusCreateOrg/budgeting-sample-app-webpack2/tree/performance-stats)