Skip to content
On this page

React

React docs are great. LocatorJS extension is useful. Preact, Fresh, Plasmic & Rakkas look interesting.

Currently I use Solid for all my web apps and static sites as it has better performance. VDOM diffing is wasteful. Signals are great.

Replay Dev Tools has nice React code to study.

React Server Components are great. But you don't have to use React to write server components. Can do them in Solid too.

OSS React apps

Templates

Notes