ZhangMYihua / lesson-33

We have optimized our client side application to leverage react.lazy for lazy loading our components at the route level, but also using the new Suspense feature so we're able to properly render our now asynchronously loaded components!
16 stars 40 forks source link

Add nodemon to package.json devDependencies #4

Open adjwills opened 4 years ago

adjwills commented 4 years ago

Perhaps you're using a global nodemon install (?) but adding it to devDependencies in the package.json would have been better for me...

Great course btw!

EugeneGohh commented 3 years ago

Nodemon is great the owner of this repo should look into it.