@livestore/solid 0.0.0-snapshot-1d99fea7d2ce2c7a5d9ed0a3752f8a7bda6bc3db → 0.3.0-dev.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/query.d.ts.map +1 -1
- package/dist/query.js +1 -0
- package/dist/query.js.map +1 -1
- package/package.json +5 -5
- package/src/query.ts +1 -0
package/README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
1
|
# @livestore/solid
|
|
2
2
|
|
|
3
|
-
Note: This package is still experimental and unstable. Please open an issue if you're running into any issues or share your feedback on Discord.
|
|
3
|
+
Note: This package is still experimental and unstable. Please open an issue if you're running into any issues or share your feedback on Discord.
|
|
4
|
+
|
|
5
|
+
## Remaining tasks (contributions welcome!)
|
|
6
|
+
|
|
7
|
+
- [ ] Add tests (unit and integration similar to `@livestore/react`)
|
|
8
|
+
- [ ] Documentation (similar to `@livestore/react`)
|
|
9
|
+
- [ ] Add JSDoc comments
|
|
10
|
+
- Functionality
|
|
11
|
+
- [ ] Support for multiple concurrent store instances
|
|
12
|
+
- [ ] Remove need for default value
|
|
13
|
+
- [ ] Avoid null-optionality branching
|
|
14
|
+
- [ ] Make LiveStore devtools work with Solid (there's currently a "conflict" between the Solid vite plugin and the LiveStore devtools plugin which depends on React)
|