Migrating Remix to ViteChallenges, learnings, and scripts — still not done yet 😰Mar 26, 2024A response icon3Mar 26, 2024A response icon3
Data Fetching in NextJs with High Order FunctionsAn advanced pattern that speeds up the development of pages by reusing common data and behavior requirements.Jun 6, 2022Jun 6, 2022
How to go async with useEffectExecute asynchronous tasks with useEffect clean and safelyMar 25, 2021A response icon1Mar 25, 2021A response icon1
Published inJavaScript in Plain EnglishYou might not need a Provider in your React appMany times we use the React Context API to share top-to-bottom states. However, a simple approach can be taken instead.Mar 16, 2021Mar 16, 2021
Generic Table component with React and TypescriptDisplay any kind of data using the same table component while enjoying the benefits of typescript features.Dec 8, 2020Dec 8, 2020
Published inThe StartupThe only React hook you will need for boolean statesToggling Modal visibility; hiding, and showing messages, there are many scenarios where you’ll find yourself writing the same code. But…Oct 25, 2020Oct 25, 2020
Published inThe StartupUse React Hooks to connect your Redux store and your componentsSay goodbye to HOCs or connectors and welcome the React hooksNov 20, 2019A response icon1Nov 20, 2019A response icon1
Published inThe StartupUsing React Hooks to sync your component state with the URL Query stringMany times we want to control parts of our app by modifying the query string parameters. Learn how you can do it by using React hooks.Sep 7, 2019A response icon6Sep 7, 2019A response icon6
Published inDecredAn overview of the Politeia system architecturePoliteia is a powerful off-chain governance tool. It empowers users to submit proposals, review them, and vote for their funding.Sep 17, 2018A response icon1Sep 17, 2018A response icon1