RxDB | JavaScript Database

489 posts

RxDB | JavaScript Database banner
RxDB | JavaScript Database

RxDB | JavaScript Database

@rxdbjs

RxDB - A local, reactive Database for JavaScript Apps 🚀 Docs ➡ https://t.co/p7PwTG0ATa Code ➡ https://t.co/NI85iD8RMb Chat ➡ https://t.co/IjvNnZQvQ7

Client-side Beigetreten Şubat 2017
27 Folgt3K Follower
Angehefteter Tweet
RxDB | JavaScript Database
🚀 RxDB 16.0.0 is here! 🎉 Enjoy major refactorings, simpler naming, OPFS & NodeFilesystem boosts, the end of the LokiJS storage, and easy data migration from v15. Check out the complete details: rxdb.info/releases/16.0.…
English
1
5
14
1.6K
RxDB | JavaScript Database
Just published expo-opfs. If you're building an @expo app and want to use a web library that needs the Origin Private File System (OPFS), this polyfill based on expo-filesystem makes it work out of the box. github.com/pubkey/expo-op…
English
0
1
1
208
RxDB | JavaScript Database
🚨 AI DOM scraping is dead. 🚨 Meet the new RxDB WebMCP Plugin! Expose your in-app local-first database directly to AI Agents with a single function call. Why WebMCP + RxDB? ✅ Zero Latency & Offline Capable ✅ Privacy-First Data Access ✅ Unlimited Query Capabilities ✅ Native JSONSchema Support Build the next generation of AI-accessible web apps today. Check out the docs: rxdb.info/webmcp.html #RxDB #WebMCP #LocalFirst #AI #WebDev
English
0
1
3
238
RxDB | JavaScript Database retweetet
Neuromancing
Neuromancing@neoromantic·
Working with @rxdbjs and feeling a blast. Tried @convex, but i'm still a @supabase fan too much to drop it. Looked at @ElectricSQL and @tan_stack db, and it's meaning good, but requires hosting, adding more complexity, plus does feel quite ready. But RxDb is fire.
English
1
1
0
338
RxDB | JavaScript Database retweetet
freeCodeCamp.org
freeCodeCamp.org@freeCodeCamp·
TanStack Start is a new full-stack framework for React that's an alternative to options like Next.js and Remix. And in this tutorial, @andrewbaisden walks you through how to get started with it. You'll use it to build a CRUD app along with TanStackDB and add RxDB integration, too. freecodecamp.org/news/how-to-bu…
freeCodeCamp.org tweet media
English
1
58
466
23.6K
RxDB | JavaScript Database retweetet
Cassiano Bein
Cassiano Bein@cassianobein·
Imagine teams at a remote construction site logging equipment data, tracking materials, and recording safety checks; all without worrying about losing connectivity. Learn how @rxdbjs + MongoDB Atlas power truly offline-ready applications: mongodb.social/6015766Yd
English
0
1
1
169
RxDB | JavaScript Database retweetet
James Arthur
James Arthur@thruflo·
If you build with TanStack DB, you can swap out and optimise your state transfer layer without affecting your application code. Migrate from query to sync. Still query when you need to. Integrate external services into a unified client-side data model. Swap out one sync engine for another.
Kyle Mathews@kylemathews

TanStack DB now has a @rxdbjs collection! Thanks to RXDB's creator @pubkeypubkey for building it!

English
0
4
30
5.9K
RxDB | JavaScript Database retweetet
Kyle Mathews
Kyle Mathews@kylemathews·
TanStack DB now has a @rxdbjs collection! Thanks to RXDB's creator @pubkeypubkey for building it!
Kyle Mathews tweet media
English
3
3
24
7.6K
Cory House
Cory House@housecor·
Spending more time with Tanstack DB this week and it's finally clicking. Lot's of little "ah ha" moments. Here's an example. In typical React, I'd: 1. Fetch data from a REST endpoint 2. Store the data to state so I could change it in form 3. Populate state via a useEffect when the query resolves 4. Cache the query result via Tanstack query by declaring a query key 5. Derive state via separate variables as needed In contrast, Tanstack DB handles all that in a "live query". I can even derive state inline within the query. Note what I didn't need: -No useState -No useEffect -No separate variables for derived state -No query keys -No custom hooks I just query the collection using a type safe query language.
Cory House tweet media
English
24
22
470
60.4K
RxDB | JavaScript Database retweetet
GreatFrontEnd
GreatFrontEnd@greatfrontend·
1/5. 🧵 Build Front End Apps That NEVER Go Offline with RxDB 🚀 Struggling with offline capabilities and real-time updates in your apps? Meet RxDB, your reactive, offline-first NoSQL database for modern JS apps.
GreatFrontEnd tweet media
English
2
1
2
443
RxDB | JavaScript Database retweetet
Appwrite
Appwrite@appwrite·
Offline data synchronization for an app is no longer a luxury, but a necessity. Therefore, we’re happy to announce that Appwrite Databases now features a direct integration with @rxdbjs , a local-first NoSQL database designed for JavaScript apps. Now, it's easier than ever to build real-world apps that stay in sync online and offline. Not sure where to start? We've got you covered. We've built an offline-first journal app with Appwrite and RxDB. Check out the step-by-step guide here: appwrite.io/blog/post/offl…
Appwrite tweet media
English
4
4
37
2.4K
RxDB | JavaScript Database
Meet the brand-new RxDB Appwrite Plugin! This integration allows you to seamlessly replicate local-first data from RxDB's client-side database to @appwrite’s scalable cloud platform for real-time sync and offline functionality. No more complex setups - start building better apps now: rxdb.info/replication-ap…
English
3
1
7
504
RxDB | JavaScript Database retweetet
Slim Jimmy
Slim Jimmy@slimjimmy·
DB abstraction is useless for 99% of applications like, how many times have you swapped out the DB? how many times have you done it and it’s been smooth, despite the abstraction? oh, you’ve chosen postgres? now you can’t take advantage of it you’re forced to build against the lowest common denominator you’ve hamstrung yourself well done
English
166
104
1.8K
279.2K
RxDB | JavaScript Database retweetet
Aneeq
Aneeq@thisisaneeq·
I've been exploring offline-first paradigm for @youcraftinc and here're a few interesting things I've noticed: - Syncing different entities becomes so similar, you end up writing a generic sync engine (thanks to libraries like @rxdbjs that make this quite easy). - The dev experience feels smoother, almost enjoyable – you build features keeping local database in mind, and syncing feels almost automatic. - It naturally sets you up for nice features like end-to-end encryption or Bring-Your-Own-Cloud.
English
1
1
3
362
RxDB | JavaScript Database
Ever wondered why we chose @jsonschema over a custom schema language? Did you know that changing your schema validator can impact your insert speed by up to 6 times in memory storage? In our newest case study, “How RxDB Embraces JSON Schema to Build Its NoSQL Database,” we dive into: ✅ The benefits of building on an industry-standard schema language instead of reinventing the wheel. ✅ How RxDB uses JSON Schema for features like encryption, key-compression, and more. ✅ Comprehensive performance benchmarks of different validators (like AJV and z-schema). ✅ Pro tips for integrating TypeScript types directly from your JSON Schema. json-schema.org/blog/posts/rxd…
English
0
0
5
349