Showcase
Text Length example
Count the length and show the uppercase of any text.
Hacker News example
Demonstrate a news articles with jotai, hit next to see more articles.
Todos example
Record your todo list by typing them into this app, check them if you have completed the task, and switch between
Completed
andIncompleted
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 click
Save to localStorage
, then remove your todo list and restore them by clickLoad from localStorage
.Clock with Next.js
An UTC time eletronic clock implement 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