Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 308 Bytes

SWR POC

This is a simple inventory app that allows users to manage Places and Things.

It showcases a state management solution of SWR and Unstated Next.

It features localStorage cache hydration and optimistic UI.

Getting Started

yarn

# In one tab:

yarn start

# In another tab:

yarn api