atomic-server
atomic-server copied to clipboard
An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
At this point, implementing Atomic Data means you can use any type of URL / routing strategy that you'd like, as long as the URLs themselves resolve using JSON-AD accept...
[Astro](https://astro.build/) is a new SSG web framework that also allows for svelte / react components. - [ ] Explore how Astro works - [ ] Maybe add some new features...
For some reason I haven't gotten `typedoc` to work for `@tomic/svelte` and `@tomic/cli`.
Some issues with current version: - [x] `ATOMIC-GENERATE` is mentioned, but that should probably be called `@tomic/cli` - [x] The `urls` and `property` exports in `@tomic/lib` are now deprecated, but...
I want to release, but first the tests need to pass consistently. Flakyness in tests have two causes: 1. Commit B can be processed earlier than older commit A 2....
In the CI, some E2E tests were failing - all of them related to websockets. The second window was showing outdated resources. ## Cause (unverified) - A commit is processed...
Releasing all the stuff in this repo is quite a bit of work. It involves manually updating `package.json` and `cargo.toml` files, which is error-prone. I also need to run `npm...
1. Go to staging.atomicdata.dev 2. Open a drive from Atomicdata.dev 3. Try to create a table Note that this problem doesn't seem to occur locally.
We can use SvelteKit's `load` functions to wait for responses on a `page`, but not for a nested component. E.g. on a home page, the title will SSR just fine,...