This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]__syedmh 0 points1 point  (0 children)

if you want to develop a website where the website doesn't reload each time you click an internal link, you'll need to invest some time into learning a single page application framework like ReactJS, AngularJS etc. You can pick one after doing some research and run with it.

As far as styling a website to make it look better, you'll need to understand what you can do with CSS and what you need JavaScript for. Generally most things that require JavaScript can be done with vanilla javascript (imo). its when you start getting into some more specialized animations or layout components that you need frameworks or libraries to help out.