+ 1

Can a Single Page Application be built with only html, css and js without jquery and any other framework?

I want to build a todo app with a Single Page Application, just for practice. I was told I can do it with react but I don't know react at all. So I checked online and I saw it's possible with just html,css,js and jquery. The issue now is I don't know jquery. I would prefer my app to navigate between pages without loading, hence preferring to use S.P.A. I want to know if it's possible with just html, css and js.

4th Aug 2020, 6:48 PM
Fasasi Sherif
Fasasi Sherif - avatar
2 Respuestas
+ 1
It's possible but difficult and time consuming. Easier with frameworks or libraries. It's better to learn one and use it.
4th Aug 2020, 7:44 PM
Samuel Adepoju
Samuel Adepoju - avatar
+ 1
Okay, then I learn one. Thanks very much.
4th Aug 2020, 7:57 PM
Fasasi Sherif
Fasasi Sherif - avatar