|
|
|
|
|
by josephg
1551 days ago
|
|
Yeah I threw together a simple wiki on top of a CRDT using solidjs a couple weeks ago. It’s delightful - it’s basically react but compiled to be smaller and faster. (It looks and feels like react but there’s no giant runtime, and no vdom diffing). And it has a really nice API for reactive state. I haven’t built anything big with it yet but I like what I see so far! |
|