/react-zustand

A simple video player using Zustand

Primary LanguageTypeScript

About this project

A simple video player using Zustand. The project also includes examples of tests.

App Preview

Running instructions

# install dependencies
npm i

# run mocked server
npm run server

# run dev
npm run dev

You can check out here a mirror project that uses Redux Toolkit instead of Zustand.