6 followers
Frontend focused fullstack developer. React & Node dev 😊
Hi, in today's blog post we'll be building this: An intuitive debit card form. As you can see, it autofills as we type and most importantly the card...
useCallback for those of you who may not know is a hook that let's us cache our functions. Now what that means if we can "save" the function. Let me...
useEffect is great, it's my absolute favourite Hook but it's got one major rule: BE HONEST ABOUT YOUR DEPENDENCIES. If you're dishonest your linting...
Hi, this is going to be a relatively short article. In it, i'm going to show the way I get dynamic routes in my React apps. If you've heard of...
This is a follow up article to An Introduction to React Suspense, there I explained the general idea around Suspense and it's pivotal you read that...
You might have been hearing about Suspense for a while now and it isn't a relatively new feature as it shipped with React 16.6 but you just might not...