Don’t get left behind! Sign up to the WebDevEducation newsletter for free tutorials, coupon codes, and more! 🎉




    Tag: react

    • Recursion explained in React JS (with example)

      Recursion explained in React JS (with example)

      First of all, let’s ask ourselves the most obvious question what is recursion? What is recursion? To put it simply, a recursive function is a function that calls itself. That’s it. Literally, it’s that simple. But then the question may be, why would we even want a function that calls itself? Or.. What’s the point…

    • React devs – calm down. The world isn’t ending.

      React devs – calm down. The world isn’t ending.

      Next JS app directory The vocal minority are losing their heads again. And they’re as loud as ever. Guys, just because server components are a thing now, and we have a shiny new directory (the app directory) we can use in Next JS, it doesn’t automatically mean that the pages directory is now redundant. The…