File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ yarn add homebase-react
16
16
https://www.notion.so/Homebase-Alpha-Docs-0f0e22f3adcd4e9d87a13440ab0c7a0b
17
17
18
18
## Examples
19
- https://homebaseio.github.io/homebase-react
19
+ ### Live Demos
20
+ You can see our hosted live demos [ here] ( https://homebaseio.github.io/homebase-react )
21
+
22
+ ### Code Examples
23
+ You can clone and run our React code examples [ here] ( https://github.com/homebaseio/create-homebase-app ) .
20
24
21
25
## Purpose
22
26
@@ -32,16 +36,6 @@ Homebase React lets you plug a relational database into your React app.
32
36
33
37
It is immediately more intuitive than a denormalized JSON store, and over time it will get better as we add more local-first features to it.
34
38
35
- ## Roadmap
36
-
37
- 1 . Improve performance
38
- 1 . Document integration with backends
39
- 1 . Swap [ Datascript] ( https://github.com/tonsky/datascript ) out for [ Datahike] ( https://github.com/replikativ/datahike )
40
- 1 . Immutability
41
- 1 . History / Change Tracking
42
- 1 . Persist to IndexDB
43
- 1 . Local-first conflict resolution for offline caching and sync between multiple devices
44
-
45
39
## API Overview
46
40
47
41
### ` HomebaseProvider `
@@ -126,7 +120,18 @@ npx shadow-cljs watch :dev
126
120
Open http://localhost:3000
127
121
128
122
123
+ ## Roadmap
124
+
125
+ 1 . Improve performance
126
+ 1 . Document integration with backends
127
+ 1 . Swap [ Datascript] ( https://github.com/tonsky/datascript ) out for [ Datahike] ( https://github.com/replikativ/datahike )
128
+ 1 . Immutability
129
+ 1 . History / Change Tracking
130
+ 1 . Persist to IndexDB
131
+ 1 . Local-first conflict resolution for offline caching and sync between multiple devices
132
+
133
+
129
134
## Authors
130
135
131
136
- Chris Smothers ([ @csmothers ] ( https://twitter.com/csmothers ) ) – [ Homebase] ( https://www.homebase.io/ )
132
- - JB Rubinovitz ([ @rubinovitz ] ( https://twitter.com/rubinovitz ) ) – [ Homebase] ( https://www.homebase.io/ )
137
+ - JB Rubinovitz ([ @rubinovitz ] ( https://twitter.com/rubinovitz ) ) – [ Homebase] ( https://www.homebase.io/ )
You can’t perform that action at this time.
0 commit comments