formidable-playbook
formidable-playbook copied to clipboard
The Formidable development playbook.
I think they have an update coming down the pipeline... - https://twitter.com/thelarkinn/status/778403083143385088?refsrc=email&s=11 - https://github.com/webpack/webpack.js.org/pull/157
**WORK IN PROGRESS** Main branch for mobile development playbook. Plan is to create sub-section branches off the main feature branch to discuss and review particulars. Discussion for playbook structure, the...
https://github.com/indutny/webpack-common-shake
Starting points: - https://medium.com/webpack/webpack-http-2-7083ec3f3ce6#.v4txpv5v7 - https://github.com/webpack/webpack/tree/master/examples/http2-aggressive-splitting - https://github.com/TheLarkInn/compare-webpack-target-bundles - Note: AWS CloudFront now supports http/2. Dev servers: - https://github.com/molnarg/node-http2 - https://github.com/indutny/node-spdy
See. e.g.: - https://github.com/GoogleChrome/sw-toolbox - https://github.com/GoogleChrome/sw-precache
This is kind of a brain-dump of the different Electron topics I'd like to see in the playbook. Subsection proposals: - Constructing the Main process - Constructing Renderer processes -...
- Fixes react-router location warning - Fixes broken links identified by tests
This here is an outline of a new top-level section for React Native mobile development. Whereas the existing Frontend playbook content is heavily tooling-focused, I would like this document to...
We've shortened the `npm run build` subcommands to be more terse using real bash. But this breaks windows builds. **Task**: Make all `npm` script commands windows compatible.