DEV Community

Discussion on: Help !!!! Javascript

Collapse
 
sumeyyeuzgor profile image
Sümeyye Üzgör

I think, it will be fast but not only BC of bootstrap but also react gives you some advantages.
First: when you made a website with HTML CSS and js, your server request each time if you try to upload New pages. But react doesnt do that, react built on an html page which is single and when you wanna change page it will only change js. So it is called as single page application.
Second: when you write html, CSS and js, you RE making the dom. But when you made it with react, you just need to tell your wishes to react and it will handle DOM in fastest way.
So it is really fast but as far as i know doesnt recommended for small applications because it is a bit complex to learn.

Collapse
 
ratcat profile image
RatCat

Its static template from themeforest. But i love the theme design & its heavy slow with static html, css, bs, +js.
so i was searching if there any way to make it more faster . Besides i don't want to break the theme design .