Who’s ready to embark on an exciting journey into the realm of Pokémon using the power of JavaScript and the Fetch API? 🙋♀️ In this tutorial, we’ll explore how to…
-
I hope you all are excited to finally bring interactivity to your React apps 😁 If you’ve been following along with this series, you should be up and running with:…
-
If you’ve been coding in JavaScript for a while, you know that functions are the building blocks of this powerful language. Hence why it’s always good to revisit the basics…
-
Ready to give your React components a stylish makeover? Today, we’re diving into the exciting world of adding styles to React components and how you can effortlessly elevate the visual…
-
JavaScript
A Dirty Quick Refresher On JavaScript Array Methods You Need To Know
by kleamerkuriby kleamerkuriDid you know you can use JavaScript array methods to create a new array without modifying the original one? Arrays are the workhorses of JavaScript, providing a powerful way to…
-
While some developers are married to their editor of choice, I’m a little radical in that I prefer to keep a lover on the side 🌶️ I use two editors…
-
Once you start a React project, it’s good to lay out a plan of what pieces the application you’re building requires. React groups UI elements into components that are reusable…
-
JavaScript
14 ES6 Features You Need To Know To Refresh Your JavaScript
by kleamerkuriby kleamerkuriAlright, let’s get real – JavaScript can be a bit of a headache sometimes. But with ES6, it’s a whole new ball game. ECMAScript 6, also known as ES6, is…
-
React is a popular JavaScript library used to build User Interfaces (UIs). It only takes a brief search for dev jobs to see how many employers are clamoring for React-versed…
-
Are you tired of using the browser datepicker and want to create a custom one that best matches your design? If so, this is the post for you. We’ll show…