Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.
/ brianhan Public archive

My new new personal site...it's new new ๐Ÿ˜‰

Notifications You must be signed in to change notification settings

hellobrian/brianhan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Brian Han

๐Ÿšง Still under construction ๐Ÿšง

Basically...

This is the starting boilerplate code for a react project that utilizes react-router, redux, react-redux all built on top of create-react-app.

Not much here yet, but the main thing to note here is code-splitting.

  • All container components are used in react-router as "page" components.
  • New bundles are created for each route so that visitors only load the JavaScript they need for the route they're on.
  • Vendor bundle is also created so that repeat vistors can cache vendor scripts once and avoid redownloading these bundles later.

About

My new new personal site...it's new new ๐Ÿ˜‰

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published