Skip to content

Migrate the instance store to typescript + immer

Antoine requested to merge ZeHiro/kresus:immer-instance into master

This MR aims at migrating the instance store to immer and typescript.

  • On migrating, I noticed that the reducer for 'EXPORT_INSTANCE' did not update the store, so I first extracted the code from the reducer to move it in export.js.

I draft the MR to address the simplifications of the store step by step. @bnjbvr the mr is not yet ready

Edited by Antoine

Merge request reports