Number one this week, JerryScript is “a JavaScript engine for Internet of Things”. It’s so light that it can run on environments with 64 KB of RAM and 200 KB of ROM. It can be embedded into micro-controllers such as Raspberry Pi.
The new face is ForgoJS , a brand new lightweight UI framework that borrows the JSX template language and the component approach from React.
The rest is very different:
- The API tries to stay as much as possible close to the native DOM API
- The components are made of functions that return an object with a
render(props)
function. - There is no automatic “re render”, they have to be called manually from a
rerender
function provided by the API.
Growing Fast This Week
By % of GitHub stars added (relative growth) this week
1 | JerryScript Ultra-lightweight JavaScript engine for the Internet of Things. | Homepage | +15.6% | |
2 | AnimXYZ The first truly composable CSS animation library. Built for Vue, React, SCSS, and CSS, AnimXYZ will bring your website to life. | Homepage | +9.2% | |
3 | Aleph The Full-stack Framework in Deno. | Homepage | +7.6% | |
4 | Jotai Primitive, flexible state management for React | Homepage | +4.8% | |
5 | dnd kit A modern, lightweight, performant, accessible and extensible drag & drop toolkit for React. | Homepage | +4.3% | |
6 | uniforms A React library for building forms from any schema. | Homepage | +4.1% | |
7 | Headless UI Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. | Homepage | +3.8% | |
8 | Vite Next generation frontend tooling. It's fast! | Homepage | +3.6% | |
9 | htmx </> htmx - high power tools for HTML | Homepage | +3.5% | |
10 | string-similarity Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance. | GitHub | +2.8% |
New Faces on Best of JS
Projects recently added on Best of JS
Forgo An ultra-light UI runtime | Homepage | 233 ★ |
Trending This Week
By number of GitHub stars added this week
1 | Next.js The React Framework | Homepage | +1.2 k★ | |
2 | JerryScript Ultra-lightweight JavaScript engine for the Internet of Things. | Homepage | +765 ★ | |
3 | Vite Next generation frontend tooling. It's fast! | Homepage | +581 ★ | |
4 | JS Algorithms & Data Structures Algorithms and data structures implemented in JavaScript with explanations and links to further readings | GitHub | +561 ★ | |
5 | Tailwind CSS A utility-first CSS framework for rapid UI development. | Homepage | +489 ★ | |
6 | esbuild An extremely fast JavaScript bundler and minifier | Homepage | +484 ★ | |
7 | Node.js Node.js JavaScript runtime | Homepage | +414 ★ | |
8 | Playwright Node.js library to automate Chromium, Firefox and WebKit with a single API | Homepage | +391 ★ | |
9 | React A declarative, efficient, and flexible JavaScript library for building user interfaces. | Homepage | +379 ★ | |
10 | VS Code Visual Studio Code | Homepage | +363 ★ |
Any question or feedback? Reach us on GitHub.
Best of JavaScript is a project created by Michael Rambeau, made in Osaka, Japan.