The Top 10 Render Open Source Projects

Open source projects categorized as Render

Share your experience:✍️ Write a Post❓ Ask a Question
8,152 stars

google/model-viewer

Hotness rank #1 · 22

Easily display interactive 3D models on the web and in AR!

Metrics details
Stars8,152
Hotness22
StarsHotness
246,203 stars

facebook/react

Hotness rank #2 · 39

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
Stars246,203
Hotness39
StarsHotness
20,215 stars

KaTeX/KaTeX

Hotness rank #3 · 27

Fast math typesetting for the web.

Metrics details
Stars20,215
Hotness27
StarsHotness
11,823 stars

Shopify/liquid

Hotness rank #4 · 17

Liquid markup language. Safe, customer facing template language for flexible web apps.

Metrics details
Stars11,823
Hotness17
StarsHotness
58,423 stars

pmndrs/zustand

Hotness rank #5 · 24

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
Stars58,423
Hotness24
StarsHotness
10,205 stars

pmndrs/valtio

Hotness rank #6 · 16

🧙 Valtio makes proxy-state simple for React and Vanilla

Metrics details
Stars10,205
Hotness16
StarsHotness
7,960 stars

bvaughn/react-error-boundary

Hotness rank #7 · 17

Simple reusable React error boundary component

Metrics details
Stars7,960
Hotness17
StarsHotness
30,403 stars

cheeriojs/cheerio

Hotness rank #8 · 26

The fast, flexible, and elegant library for parsing and manipulating HTML and XML.

Metrics details
Stars30,403
Hotness26
StarsHotness
43,997 stars

streamich/react-use

Hotness rank #9 · 18

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
Stars43,997
Hotness18
StarsHotness
12,475 stars

welldone-software/why-did-you-render

Hotness rank #10 · 1

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
Stars12,475
Hotness1
StarsHotness
Get A Weekly Email With Trending Render Projects
Stay updated on Render plus related topics you pick below.

Copyright 2018-2026 Awesome Open Source.  All rights reserved.