code journey so far
- coding has been a lot better since i sat down and got my hands dirty with brad traversy's MERN (mongo/express/react/node front+backend) udemy course.
- there's a shorter youtube version for free. and also see his SASS youtube video for the frontend html/css part.
- the MERN video/course focuses more on mongo/express, then react/react-router/redux. the youtube sass is a complement for the front end portion
- editor is vscode +prettier, emmet
its very enlightening and satisfying doing the course,
i did the MERN course almost till the end (remainder is to finish up the likes and comments on the posts, deploy it), shall finish it another time.
- i like codesandbox.io
- allows you to add packages like react, material-ui etc
- codesandbox + mongo coming soon
- save space for multiple projects vs installing npm packages for each of your projects locally
- re-renders on click up,
- csb editor typing is not quite ideal as the browser csb editor has prettier (but no emmet, strange), and the console is a little limited
- vscode has a csb extension that allows you to edit csb code within your vscode editor
- the vscode editor with csb extension, but i cant figure out why prettier is not running, maybe there is no saving in the vscode editor, but saved online?
would still like to be comfortable in material-ui and some kind of payment gateway, as well as oauth
Comments