Examples

Base React template

https://github.com/artalar/reatom-react-ts

Data fetching and React

https://codesandbox.io/s/reatomasync-9t0x42?file=/src/model.ts

Data fetching and Svelte

https://svelte.dev/repl/0613e23e6aa74246afad6d726d6c5a33?version=3.55.0

Migration from RTK

https://github.com/artalar/RTK-entities-basic-example/pull/1

Search component

This example uses withAbort and withRetry from async package to handle classic search edge cases and made perfect UX.

https://replit.com/@artalar/reatom-react-ts-search-example#src/App.tsx

Dynamic atom creation

This example shoes how to use atomization to improve editable fields performance, persists it to localStorage.

https://replit.com/@artalar/reatom-react-ts-dynamic-list#src/App.tsx