react-router-tutorial
react-router-tutorial copied to clipboard
Share node packages between lessons
Is it just me or is it a bit annoying to have to install node modules for each lesson? Would it not make more sense to share the packages?
I used the tutorial in only a single directory and just built on it from step to step. So technically, my app is living in the lessons/01-setting-up folder. It is working fine for me like this. I figured that the separate folders for each lesson was more of a way to organize the repo better.
Like @m2mathew says I feel I read somewhere that it is recommended that you follow along and write all the code another place rather than jumping inn and out of the different folders. You might learn better if you follow the guide this way.