DDDane Davidindanedavid.hashnode.dev·Aug 10, 2020 · 4 min readIntroducing react-router-nav-prompt 🎉Today, I've decided to make my new npm package react-router-nav-prompt public! react-router-nav-prompt exposes simple APIs based on hooks & render props to confirm user navigation while using React Router. The package is intended to give the flexibil...01D
DDDane Davidindanedavid.hashnode.dev·Mar 7, 2020Recreating this.setState() with React HooksReact Hooks are far from new, so there's no point in a post that sounds like a broken record. Instead, I'd like to take some of your time to introduce a small recipe that I hacked together using hooks. In this post I will explain how I re-created the...00