Skip to content

Commit

Permalink
docs: add base template
Browse files Browse the repository at this point in the history
  • Loading branch information
artalar committed Oct 21, 2023
1 parent f13abce commit d0ccc66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/content/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: Examples
description: Complex examples of Reatom state manager
---

### Base template

Vite, TypeScript, React and Reatom ecosystem, a good start point: https://github.com/artalar/reatom-react-ts/blob/main/src/features/model.ts

Try it now: [codesandbox](https://codesandbox.io/p/sandbox/github/artalar/reatom-react-ts/tree/main), [stackblitz](https://githubblitz.com/artalar/reatom-react-ts), [gitpod](https://gitpod.io/#https://github.com/artalar/reatom-react-ts)

### Data fetching and React

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

1 comment on commit d0ccc66

@vercel
Copy link

@vercel vercel bot commented on d0ccc66 Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.