DLDaryl Lukasindaryllukas.hashnode.dev·Jun 30, 2023 · 6 min readChatGPT explains Debt RestructuringYou're probably asking why I did this. My home nation, Zambia, has concluded a debt restructuring agreement with its creditors (as of this writing). This topic has been all over my newsfeed this week. Some people appeared to be unclear by what was go...00
DLDaryl Lukasinblog.reactplay.io·Nov 4, 2022 · 4 min readHandling JavaScript Errors in ReactAn error boundary is an important design pattern that helps you deal with errors in your code. It helps you identify where and why an error has occurred and handle it gracefully. If you’re new to React or have never heard of it before, don’t worry. M...00
DLDaryl Lukasinblog.reactplay.io·Nov 3, 2022 · 2 min readUnderstand Lists and Keys in ReactDid you know that React has a built-in method that automatically assigns the keys for you when rendering a list of children? If you are new to React, you might wonder what keys are and what they do. If you are familiar with keys and lists, you can sk...00
DLDaryl Lukasinblog.reactplay.io·Oct 28, 2022 · 4 min readForm Validation in React Using FormikForm validation is one of the most important tasks when building an app and a form in particular. It’s one of the most tedious ones as well. Here is a unified approach to handling form validation using a neat library called Formik. Formik is an open-...00
DLDaryl Lukasindaryllukas.hashnode.dev·Oct 21, 2022 · 5 min readForm Validation in React using FormikForm validation is one of the most important tasks when building an app and a form in particular. It’s one of the most tedious ones as well. Here is a unified approach to handling form validation using a neat library called Formik. Formik is an open-...00