refactor: move static curriculum data out of redux by ojeytonwilliams · Pull Request #66214 · freeCodeCamp/freeCodeCamp

@ojeytonwilliams

This is motivated in part by the fact that filling the store makes redux painfully slow and in part by the fact the data is static, so doesn't need managing.

The dev issues can be mitigated by skipping immutibility checks, but those checks can and have found bugs, so I went with a separate in-memory store

ShaunSHamilton