SaaSHub helps you find the best software and product alternatives Learn more →
Top 7 TypeScript Fiber Projects
-
That parenthetical “or anything declarative really” is doing a lot of work, given that:
React is a tool for writing 3D scenes that can handle state updates: https://github.com/pmndrs/react-three-fiber
React is a tool for writing music that can handle state updates: https://github.com/FormidableLabs/react-music
React is a tool for writing infrastructure-as-code templates that… um… could with some additional work handle state updates: https://www.linkedin.com/pulse/aws-terraform-generator-using...
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
Project mention: Show HN: Reverse Engineering React.js Internals | news.ycombinator.com | 2024-12-04
I’ve been exploring React.js internals and found them hard to access, so I reverse-engineered how React DevTools hooks into React and built a package: https://github.com/aidenybai/bippy
For a bit of context: React represents UI as a tree of "fibers," which hold data like props, state, and context. React updates UI in two phases: render (building the fiber tree) and reconciliation (scheduling & diffing fibers to update the DOM).
My tool works by simulating __REACT_DEVTOOLS_GLOBAL_HOOK__ to expose React internals without using DevTools:
import { instrument, traverseFiberRoot} from 'bippy';
-
dark
The lightweight and powerful UI rendering engine without dependencies and written in TypeScript💫 (Browser, Node.js, Android, iOS, Windows, Linux, macOS) (by atellmer)
TypeScript Fiber discussion
TypeScript Fiber related posts
-
What is this cursed hook? "DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_REACT_NODES"
-
3JS Job Market
-
Next topics for mastering frontend
-
Was anyone able to make a 3D CAD tool in React?
-
CLI vs Expo
-
Getting started with 3D web development
-
My own collection so far :)
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jan 2025
Index
What are some of the best open-source Fiber projects in TypeScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | react-three-fiber | 27,936 |
2 | fre | 3,720 |
3 | its-fine | 1,059 |
4 | react-nil | 801 |
5 | react-reparenting | 485 |
6 | bippy | 469 |
7 | dark | 46 |