I’m currently enrolled in a Full-Stack Engineer course and have reached the React Redux section. While going through the materials, I discovered that CodeCademy’s documentation is outdated, as it still advises importing createStore
from ‘redux’. However, it’s worth noting that createStore()
from Redux is now deprecated, and the recommended approach is to use configureStore()
from ‘@reduxjs/toolkit’.
It’s a bit disappointing to encounter outdated information in such a reputable platform. Has anyone else noticed this discrepancy or have any thoughts on why it hasn’t been updated yet?