#Redux-Counter
90% convention, 10% library.
Redux is among the most important JavaScript libraries ever created. Inspired by prior art like Flux and Elm, Redux put JavaScript functional programming on the map by introducing a scalable architecture of three simple points.
If you're new to Redux, consider reading the official docs first.