I love web development since 2018, especially on the front-end side, I've learned a lot about web development such as how to make a mobile-first website, how to handle website when user is offline or we called as Progressive Web Apps (PWA), how to optimized website for all devices and other amazing things.
React is a library who can made developing website is more easier. I love how React thinking or they called as thinking in React, like the way we need to break the UI into a component hierarchy is too damn good. I used React or it's framework for the most of my products or projects.
Next.js is web framework based on React. I love how Next.js handle data fetching, it's a unique things from Next.js. The way they letting the devs to choose how to fetching the data is so lovely, we have many options to choose. Next.js is my favorite framework, I used this framework when I need or maybe need server to process/fetching data.
Gatsby is a web framework based on React, this framework generate static website at the end. Perfect for website does not need server. Gatsby have GraphQL technology inside, so don't need to configure anymore if want to using GraphQL. I used this framework when I using Contentful as the CMS, because Contentful support GraphQL and it is easier to use, i think.
I’m currently learning :
- Production-Ready Web Apps
- Progressive Web Apps (PWAs)
- Trusted Web Activities (TWAs)
Check out my products :
You can contact me at raflyfahrezi.space
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler