Skip to content

tonydc1997/code-splitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a sample create-react-app built to understand how and when to implement code splitting in one's project using simple styled buttons and testing it out on Google Chrome's Developer Tools. It features async await and promises.

If you'd like to experiment with this or add onto it, feel free to:

  1. Clone this repo(sitory)

  2. Run npm install

  3. Run npm start