Template Engines
JS
webpack module bundler
webpack is a module bundler. It packs CommonJs/AMD modules i. e. for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand.
CommonJS - Wikipedia
Hammer.JS - Hammer.js
Add multi-touch gestures to your webpage.
How to Listen for Only Parent Events (Not Children) in JavaScript - Simplernerd
I was writing out a component in React that required an overlay with some buttons on it, so I needed a way to differentiate parent element and child element events.
React Router
React Router v6 is here. React Router v6 takes the best features from previous versions—and its sister project, Reach Router—in our smallest and most powerful package yet.
Master JavaScript Form Validation by Building a Form from Scratch
In this tutorial, you'll learn about the JavaScript form validation by building a signup form from scratch.
Benchmarks
Fast and low overhead web framework, for Node.js
Fastify: o framework NodeJS rápido e seguro | Alura
O que é Fastify? Vamos conhecer um pouco sobre o framework NodeJS que conquista os desenvolvedor e empresas no universo JavaScript.
Koa - next generation web framework for node.js