"); background-size: 1px 1px; background-position: 0px calc(1em + 1px); background-repeat: repeat no-repeat;">See it hereI was clapping my friend, Adrian’s blog post earlier today when I found out Medium limits you to 50 claps. My friend deserved far more praise than that, at least 51 claps.Behind me…
2 posts tagged
Frontend
Managing State in MobX
If you've ever used Redux for managing state in your web application, you'll know how much boilerplate you have to write before you can mutate its state. Sure, there's plenty of Redux middleware for reducing boilerplate and making asynchronous requests (such as XHR). However, the more middleware you add, the…