DylanSp / deep-future

A digital implementation of R. Winder's board game Deep Future.
MIT License
0 stars 0 forks source link

Set up Redux to integrate game state with React #2

Open DylanSp opened 4 months ago

DylanSp commented 4 months ago

The RTK Toolkit and react-redux libraries are installed via package.json, but they're not yet configured as part of the app.

Tutorials:

Template to potentially draw from: https://github.com/reduxjs/redux-templates/tree/master/packages/vite-template-redux

Notes:

DylanSp commented 3 months ago

More notes on using Redux:

DylanSp commented 3 months ago

Forms:

For this project - don't worry too much about fancy validation logic, definitely don't bring any additional libraries in; handwrite any simple validation logic that's absolutely necessary.