DEV Community

Discussion on: Add Redux to your React app in 6 Simple Steps

Collapse
 
thisurathenuka profile image
Thisura Thenuka

Hey Matt,

Well tbh, I didn't know about Redux Tool kit's full functionality when I was writing the article. I was initially going for the old-fashioned redux style. When I was configuring the store, the createStore() method was shown as deprecated and hence I used the recommended imports(RTK).

I'm still trying to learn these concepts. I'll definitely update the article accordingly when I get a hang of the RTK. Sorry for the inconvenience, if there was any.