Hello everyone Abdur here, I built this web app using vanilla JS recently. All the pages and page elements are called by using JavaScript functions.
I was learning React JS recently.
Which is the best web framework🤔?
Give it a try by clicking here :The App link
Top comments (4)
There is no good or bad framework, they are just different. We have Vue, Svelte Kit as frameworks and React as a library. NextJS is a framework, but don't start learning it until u are comfortable with React. React is the most famous one on the market, so go for it at the beginning. You also can try "gsap" lib with ur app to animate it on scroll, but I would also recommend to split files - scrips and html should not be in the same file, it is just a bad practice, I would recommend also create folders like "scripts" and "assets" and distribute ur files accordingly.
Thank you so much for your valuable comment Victoria. Yes it is kind a confusing to choose between frameworks but as you clarified I think, I am in the right path. And I will make to the good practice to arrange my the files 👍
Vanilla Works
Try Next JS my friend, it's the best of them all
@respect17 sure I will give it a try.