- Processed output files emitted by a bundler (Webpack)
- Contain chunks
- Entry chunk
- contains Webpack bootstrap code (also called the webpack "runtime") needed to run your app
- must go in <script> tag
- Normal chunk
https://github.com/59naga/babel-plugin-add-module-exports
avoids need for:
require('./bundle.js') // { default: 'foo' }
require('./bundle.js').default // 'foo'
Goal: http://dmv.niche.team/master-774cc/z/new-search/college-ranking.html#
[attr=value]
: element with attr
of value
// mass assign | |
let config, | |
contents, | |
requestDate, | |
requestStatus | |
if (section) { | |
({ config, contents, requestDate, requestStatus } = section) | |
} |
Some examples borrowed from http://sass-lang.com/guide
// Less
@navy01: #114da5;
@navy02: #1956dd;
-- niche.com DNS prefetch -- | |
https://css-tricks.com/prefetching-preloading-prebrowsing/ | |
-- env variables -- | |
https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-development-environment-variables-in-env | |
-- lazy loading & code splitting via dynamic imports -- | |
http://serverless-stack.com/chapters/code-splitting-in-create-react-app.html |
http://192.168.0.165:3001/edit-profile/students | |
test-yxfbakih | |
kcooperrider+1 |
[email protected] (a) | |
[email protected] (non-a) | |
http://192.168.0.165:3001 |