Functional Patterns Don’t Fit JavaScript, Embracing Model View Controller
A proposal for MVC on the client, instead of React-like frameworks. (more…)
Read more »
Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation features with them. Read more