Render, fetch, edit and delete Atomic Data. Re-exports all of @tomic/lib.
@tomic/lib
github repository
@tomic/react
package.json
dependencies
const store = new Store()
<StoreContext.Provider value={store}>
For example usage, see this CodeSandbox template.
Generated using TypeDoc
@tomic/react Documentation
Render, fetch, edit and delete Atomic Data. Re-exports all of
@tomic/lib
.github repository
How to use
@tomic/react
and to yourpackage.json
dependencies
.const store = new Store()
form@tomic/lib
.<StoreContext.Provider value={store}>
component.For example usage, see this CodeSandbox template.