正在加载视频...

视频加载失败

Introducing xorma 🚀 A reactive in-memory database for building complex frontend apps like video editors, design tools, and games. I first conceived of it in 2022 while setting out to build diode and I’ve used it in basically every project since. So here it is as a proper npm package.

72,165 次观看 • 1 年前 •via X (Twitter)

11 条评论

Austin Malerba 的头像
Austin Malerba1 年前

Fun lil nugget - i added a global copy button so you can easily copy the entire docs as mdx and then paste into your fav llm

Christian Esmann 的头像
Christian Esmann1 年前

I just launched an all-in-one template for cross-platform development, based on the stack I use myself everyday. Expo, NextJS, TypeScript, Tailwind, Firebase, AppsFlyer, Authentication, Analytics, In-App Purchases, Stripe and a lot more, setup by default.

Javed Ansari 的头像
Javed Ansari1 年前

put markdown docs in /llm.txt so its easier for people to follow

Austin Malerba 的头像
Austin Malerba1 年前

Ohhh, interesting! I added a copy button to copy mdx, but didn’t realize there was already a standard for this. Will do👍

Enterprise Software Architecture 的头像
Enterprise Software Architecture1 年前

👀 Holy tech heaven! While investors are throwing $100M at me to start an AI company, I'm geeking out over THIS. I'm not an entrepreneur - I'm an engineer, and I'm LOVING it. Wow, absolutely brilliant! Major props! 👏🔥

Austin Malerba 的头像
Austin Malerba1 年前

❤️ hehe welll... if you accept 100mil in funding then i will accept donations proportionate to the amount that this tool helps you build your startup

Bakemono (Fra) 👹 的头像
Bakemono (Fra) 👹1 年前

Very interesting! Curious to try it out 🧨

Markus Malmros 的头像
Markus Malmros1 年前

Looks really useful! Can it be synced to a db (firestore for instance) such that states always match?

Austin Malerba 的头像
Austin Malerba1 年前

Haven’t really tried realtime multiplayer or anything, but with the diff/patch utils, multiple users can generally make changes to the same project from different devices simultaneously without stepping on each others toes and overwriting each others changes. There’s a bunch of patterns I haven’t had time to play around with as much as I’d like. Running a centralized store instance on a server and using it to receive/dispatch patches is one of those patterns. Been working with python backends for the last couple years so haven’t gotten to experiment with server side store instances sadly.

bryce 的头像
bryce1 年前

oh snap

Siddharth Borderwala 的头像
Siddharth Borderwala1 年前

Interesting, gotta take a look. Cool docs site ✨

相关视频