Back to Jotai

Showcase

docs/basics/showcase.mdx

2.19.12.1 KB
Original Source
  • Text Length example

    Count the length and show the uppercase of any text.

  • Hacker News example

    Demonstrate a news article with Jotai, hit next to see more articles.

  • Todos example

    Record your todo list by typing them into this app, check them off if you have completed the task, and switch between Completed and Incompleted to see the status of your task.

  • Todos example with atomFamily and localStorage

    Implement a todo list using atomFamily and localStorage. You can store your todo list to localStorage by clicking Save to localStorage, then remove your todo list and try restoring them by clicking Load from localStorage.

  • Clock with Next.js

    An UTC time electronic clock implementation using Next.js and Jotai.

  • Tic Tac Toe game

    A game of tic tac toe implemented with Jotai.

  • React Three Fiber demo

    A simple demo to use Jotai with react-three-fiber