React: Difference between revisions
Line 1,698: | Line 1,698: | ||
} | } | ||
</source> | </source> | ||
== Intro to webpack == | |||
* Code splitting | |||
* Minification | |||
* Feature flagging | |||
* Hot module replacement (HMR) | |||
* Modularity | |||
* Composition | |||
* Speed | |||
* Consistency | |||
= React State Management = | = React State Management = |