Jet’s Syntax Became Smaller

As many of you know, I’m a big fan of the K.I.S.S. principle — keep things simple and short. That idea has always guided Jet, so I decided it was time to make component syntax even smaller and faster to write. I added aliases for the most used component properties. To be honest, even I got tired of typing name every time when one letter can do the same job....

Jet.Js Why?

Jet.js is a reactive JavaScript framework I built mainly for my own projects. It looks a bit like Angular and Vue — and I can already hear your question: “Why not just use Angular or Vue? They have experience, history, and huge communities.” Fair question 🙂 I actually started with Vue, and I completely agree — using your own framework is risky. Bugs will show up anyway, and it’s usually...