top | item 21931574

(no title)

nennes | 6 years ago

I agree that you can roll your own store. You'll miss lot of free functionality and the dev tools, but maybe it's not stuff you need.

I also agree that introducing a dependency at every opportunity comes with serious drawbacks.

Every situation is unique of course. In my case: At work, I value code that is more standardised so that I get less bugs, documentation / best patterns and crucially easier on-boarding process. For a personal project, I would definitely consider rolling out my own implementation, even just for the learning it comes with.

discuss

order

TrinaryWorksToo|6 years ago

Yes, I agree. There are trade-offs to be considered. Those are definitely benefits to using Redux, for sure.