The Top 10 Render Open Source Projects
Open source projects categorized as Render
google/model-viewer
Easily display interactive 3D models on the web and in AR!
Metrics details
| Stars | 8,152 |
| Hotness | 22 |
facebook/react
React is an open-source JavaScript library for building user interfaces with reusable components, declarative rendering, and a unidirectional data flow. You compose UI from components, keep UI output tied to state, and let React reconcile updates efficiently.
You can use React for single-page applications, progressively enhanced server-rendered pages, design systems, and interactive dashboard surfaces. You also get a clear upgrade path across rendering modes through the official docs at react.dev, core source at github.com/facebook/react, and community discussion at React Discussions.
Metrics details
| Stars | 246,203 |
| Hotness | 39 |
KaTeX/KaTeX
Fast math typesetting for the web.
Metrics details
| Stars | 20,215 |
| Hotness | 27 |
Shopify/liquid
Liquid markup language. Safe, customer facing template language for flexible web apps.
Metrics details
| Stars | 11,823 |
| Hotness | 17 |
pmndrs/zustand
A lightweight state management library for React that replaces heavyweight solutions like Redux with a minimal, hook-based API. Built on Zustand's bear-themed simplicity, it lets you create global stores with almost no boilerplate and consume them directly in components without providers. Ideal for developers who want predictable shared state without the ceremony.
- Key strength: Extremely small API surface — stores are plain functions, and components subscribe only to the slices they need, avoiding unnecessary re-renders.
- Caveat: Lacks built-in structure for large, complex state trees, which can lead to disorganized stores in bigger applications without disciplined conventions.
Metrics details
| Stars | 58,423 |
| Hotness | 24 |
pmndrs/valtio
🧙 Valtio makes proxy-state simple for React and Vanilla
Metrics details
| Stars | 10,205 |
| Hotness | 16 |
bvaughn/react-error-boundary
Simple reusable React error boundary component
Metrics details
| Stars | 7,960 |
| Hotness | 17 |
cheeriojs/cheerio
The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
Metrics details
| Stars | 30,403 |
| Hotness | 26 |
streamich/react-use
A comprehensive collection of React hooks that covers sensors, UI state, animations, side effects, and more — giving developers building blocks to handle common browser and app logic without writing them from scratch. Ideal for teams who want utility-first abstractions over raw hook composition.
- Key strength: Covers an unusually broad surface area — from useBattery to useLocalStorage — reducing the need for multiple specialized libraries.
- Caveat: The sheer number of hooks means quality and maintenance vary across the collection; some utilities are thin wrappers with limited real-world utility.
Metrics details
| Stars | 43,997 |
| Hotness | 18 |
welldone-software/why-did-you-render
why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.)
Metrics details
| Stars | 12,475 |
| Hotness | 1 |
