A tiny React library for hooks-style state management with a shared store — Hooks are just awesome, right? This article aims to introduce a new library that enables you to manage the state in both small and large projects, using a syntax that’s similar to normal React hooks but which interacts with a shared store. TL;DR The library is called StateLake. It enables you…