Skip to content

Commit

Permalink
AL: reduce API to just stores and add async/Suspense support
Browse files Browse the repository at this point in the history
  • Loading branch information
adalundhe committed Mar 10, 2024
1 parent 03b3f5c commit 6878338
Show file tree
Hide file tree
Showing 14 changed files with 220 additions and 1,069 deletions.
567 changes: 47 additions & 520 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delta-state",
"version": "1.10.0",
"version": "1.11.0",
"description": "A modern version of the Delta state manager - written for TS and with the use of React Hooks.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/async/index.ts

This file was deleted.

30 changes: 0 additions & 30 deletions src/async/store.ts

This file was deleted.

108 changes: 0 additions & 108 deletions src/base/atom.ts

This file was deleted.

3 changes: 1 addition & 2 deletions src/base/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { atom } from "./atom";
export { create } from "./store";
export { create } from "./store.ts";
Loading

0 comments on commit 6878338

Please sign in to comment.