Native Reactive Templating in Javascript - with 15 lines of code
Introduction
The concept of Reactive Templating is in its highest popularity in the Javascript world these days. With frameworks such as React, Angular, VUE (Marko, Solid...), it has become the "de-facto" in front-end programming. In the meantime, mo...
yuval.hashnode.dev7 min read
bohdanbatsenko
hello. i like the article, it helps a lot. i don't know react, just started learning js on Wes Bos course. i am going to create landing page without using frameworks. this is the case. i want a grid of images, each of them linked to corresponding portfolio item. on image click, corresponding item content shows up.
smth exactly like on this website: turkiv . com if you scroll down, you'll see the image grid. url changes, but website won't reload. if you provide guidelines how to achieve this, i will be very happy. remember I'm beginner and for now i can create simple to-do app with vanilla js. however, I'm struggling to learn js deeper