refactor: move static curriculum data out of redux by ojeytonwilliams · Pull Request #66214 · freeCodeCamp/freeCodeCamp
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters