Skip to content

Implicit code-splitting and chunk-loading with React Router and Webpack

Notifications You must be signed in to change notification settings

echenley/react-router-huge-apps-refactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implicit Code Splitting with React Router and Webpack

This repo demonstrates how to set up implicit code splitting and chunk loading using Webpack and React Router. It is a companion to this blog post.

The before branch is a copy of React Router's huge apps example and the after branch contains the final refactor. Webpack's bundle loader is used to remove all of the structural boilerplate in the original code, allowing us to keep all of our routing logic in one file and simplify the directory structure. This technique can be used with any naming convention or directory structure by simply updating the regular expression in webpack.config.js.

About

Implicit code-splitting and chunk-loading with React Router and Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published