You are using React Context WRONG
That's right, you've read it correctly, you are probably using React Context API the wrong way... or at least not taking full advantage of what it can do.…
Category
That's right, you've read it correctly, you are probably using React Context API the wrong way... or at least not taking full advantage of what it can do.…
Testing with RSpec: Part I - Basic concepts Introduction Hello, fellow reader! Let's explore the fundamental concepts for the Ruby gem RSpec together. We'll cover its basic structure,…
TLDR: This is NOT about installing Linux on a Mac! Who would do that? ? So, you got yourself a new Macbook. Maybe it was received from your…
Introduction If you have been writing apps with React for a couple of years, you know that React has changed. From React's first steps using createClass to the…
Previously we talked about decoupling the CMS from the UI and how to handle code-splitting. In the last post of this series about Headless CMS and React, we'll…
Previously, we set the stage and learned how to tackle rendering components that are only determined at runtime. Now, we're going to talk about how to make our…