Introduction
status : inprogress
So this writing intent to create notes for myself or other that looking to learn about frontend javascript framework. Also to utilize this frontend I'm gonna use some popular stylesheet.
This writing also meant to make me re-learn again if I didn't touch any of frontend job.
With so many framework out there I will try to use the popular first then do the rest. ReactJS, VueJS, and Angular is a must with Bootstrap, Material, and Tailwind.
I will also going to explore some of mobile code in React Native and Flutter.
I have to find a good css/stylesheet to be use in the code. so it will make comparing code much more simple.
ReactJS
for reactjs you can always start from their main site
- https://reactjs.org/docs/getting-started.html
- or more advanced, maybe simplified https://create-react-app.dev/docs/getting-started
- learn from existing project on github or just go to https://reactjsexample.com/
- see free sample from creative-tim https://www.creative-tim.com/templates/react-free. they also have github page so it would be good learning material
- don't forget to learn testing with jest as the main site said https://reactjs.org/docs/testing.html
- play around in stackblitz or other that can host code along with result
Advanced Reactjs
learn more
- typescript
- react redux https://react-redux.js.org/introduction/getting-started
Comments