DEV Community

Sheikh Abdur Rohit
Sheikh Abdur Rohit

Posted on

Built this web app

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

GitHub repository
Image description

Top comments (4)

Collapse
 
hugaidas profile image
Victoria • Edited

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.

Collapse
 
18xdeveloper profile image
Sheikh Abdur Rohit

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 👍

Collapse
 
respect17 profile image
Kudzai Murimi

Vanilla Works

Try Next JS my friend, it's the best of them all

Collapse
 
18xdeveloper profile image
Sheikh Abdur Rohit

@respect17 sure I will give it a try.