Nothing here yet.
Nothing here yet.
Jan 22, 2021 · 20 min read · 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 flips to the back!! This is a really fun one to build and today we'll be using React (Create React ...
Join discussionMar 28, 2020 · 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 break that down: When our components re-render React creates new functions, nothing in the function ...
Join discussionMar 28, 2020 · 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 will kick in and yell at you. I know what you're thinking "what if I want to mimic ComponentDidMount"...
Join discussionFeb 20, 2020 · 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 dynamic routes they are basically routes or parts of routes that aren't hard coded in, the path is dynamic...
Join discussion