Hook

Their other posts in the index, biggest breakout first.
stop using front end frameworks here are some of the things that I learned about my own coding interests from my first semester of computer science grad school if you stop using a front end framework or library and return to writing vanilla Javascript you will quickly find that it sucks so I opted to write some vanilla Javascript for this one project for class it's basically a dashboard with search functionality and some level of interactivity with data just because I wanted to remind myself of what it was like I think it was a beneficial exercise to do once in a while just to gain a deeper understanding of the problems that these frameworks are helping you with for example syncing data with what is being displayed on the screen was a giant pain point and I was trying to come up with solutions to solve that problem by the end well guess what these frameworks and libraries have already solved these problems for you so you don't have to reinvent the wheels every time you start a new project however different frameworks have their own solution to the same problem like the React Virtual Dom model versus the Solid Signal model that's why I would like to step out of my React bubble and explore other frameworks more in the future on this channel so every once in a while you should