teodosii / react-notifications-component

Delightful and highly customisable React Component to notify your users
https://teodosii.github.io/react-notifications-component/
MIT License
1.27k stars 73 forks source link

Blog post #27

Closed wle8300 closed 5 years ago

wle8300 commented 5 years ago

Hi @teodosii!

This isn't really an issue. I just wanted to let u know that I did a blog post on this library: https://alligator.io/react/react-notifications-component/

Thx for the great work on this!

teodosii commented 5 years ago

Haha, did not expect this! That's a great detailed post there. Thanks, you made my day 😄

Just a quick mention, under the hood it does not use Context API, but it works basically in the same way.

wle8300 commented 5 years ago

Happy to share this with others. You went the extra mile with this lib!

Does it use redux? Or your own state management?

On Sep 3, 2019, at 3:20 AM, Rares Mardare notifications@github.com wrote:

Closed #27.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

teodosii commented 5 years ago

No, it doesn't use redux. It relies on that fact that you need one instance only per app and when it gets mounted it creates the store you import to add and remove notifications. Simple as that, no redux, no context.