Skip to content

Commit

Permalink
Update demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Telteu committed Sep 28, 2022
1 parent 1ed1862 commit cac5834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A simple helper to organize state management actions and default state with createStore.

Demo here: https://codesandbox.io/s/solidjs-redux-like-store-with-localstorage-4y7v6d?file=/src/store/windowStore.jsx
Demo here: https://codesandbox.io/s/9kofl0?file=/src/App.tsx

This plugin is **not** meant to improve performance or introduce a new state management library. His only purpose is to help organize one or more global createStore's in your app.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solidjs-storex",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple helper to organize state management actions and default state with createStore.",
"type": "module",
"main": "dist/esm/index.js",
Expand Down

0 comments on commit cac5834

Please sign in to comment.