Contributions

Tool
Noting is a simple side project that is branded as a real product to make me accountable. It's built with ReactJS, TailwindCSS and @uiw/react-md-editor
Article
In this blog post, Tiago explores the issues with using objects in React hooks. Since the hooks do a strict equality comparison to determine a re-render and don't check the properties of an object used as state, it will not trigger a re-render, causing some troublesome bugs!