No features have been listed yet.
No TinyBase.org videos yet. You could help us improve this page by suggesting one.
Based on our record, MobX should be more popular than TinyBase.org. It has been mentiond 20 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
States can also be organized in some central places (aka. stores). You can use Tini Store (very simple, ~50 lines) or other state management solutions such as MobX, TinyX, ... - Source: dev.to / about 1 year ago
Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid,... - Source: dev.to / about 1 year ago
Mutable-based: leverages proxy to create mutable data sources which can be directly written to or reactively read from. Candidates in this group are MobX and Valtio. - Source: dev.to / over 1 year ago
Looks good! FWIW I always felt the observable pattern much more intuitive than the redux/reducer style. Something like https://mobx.js.org/ Things get hairy in both, but redux pattern feels so ridiculously ceremonially to effectively manage a huge global state object with a false sense of "purity". Observables otoh say "fuck it, I'm mutating everything, do what you want with it". - Source: Hacker News / over 1 year ago
It's important to note that Redux is just one of many options for global state management in a React application. Other popular options include MobX and the React context API.context API](https://reactjs.org/docs/context.html). - Source: dev.to / over 2 years ago
4. The LLM creates, updates or deletes the list items in turn (stored in localStorage or a Durable Object -> shout out https://tinybase.org/) The lists are React components, designed to be malleable. They can be re-written in-app by the LLM, while still taking todos. The react code also provide great context for the LLM — a shared contract between user and AI. I'm excited to experiment with streaming real-time... - Source: Hacker News / 2 months ago
The goal of this app is to be a simple datastore for all the details a family might need to manage in a given week — meal plans, pickup rosters, date night ideas, shopping lists — everything in one place, organized into simple, purpose-built lists. It’s my take on what Apple Intelligence could be. Ordinarily, an app like this would be tedious to use, how do you find your todo on 50+ todo lists? This is where you... - Source: Hacker News / 3 months ago
I use TinyBase for the client side store, it can sync with pretty much all the technologies people are talking about here https://tinybase.org/. - Source: Hacker News / 8 months ago
Author here! Surprised to see this on the front page again (hello fellow pottery enthusiasts?), but figured this could be a good chance to address some of the comments from the recent discussion [0] since I missed it last time :P The most common feedback seemed to be, "this is dumb, just use SQLite", which is definitely valid. This was actually how I initially started building the app (using SQLite), and it worked... - Source: Hacker News / 10 months ago
- https://dgl.cx/2020/06/sqlite-json-support (An article about SQLite as a document database, using the relatively new 'genrated columns' feature of sqlite 3.31.0, which you seem to be using) - https://www.npmjs.com/package/best.db (easy and quick storage) - https://tinybase.org (This project seems to be an even more similar idea to Doculite) - Source: Hacker News / over 1 year ago
vuex - Centralized State Management for Vue.js
Redux.js - Predictable state container for JavaScript apps
RxJS - Reactive Extensions for Javascript
react-context - Context provides a way to pass data through the component tree without having to pass props down manually at every level.
Zustand - Bear necessities for state management in React
SurrealDB - The ultimate cloud database for tomorrow’s applications.