Tagged: react development
React Hooks are fantastic and, used correctly, very powerful. But when it breaks, it all comes crashing down. None more so than with the relatively cryptic error: So, no mishmashing about with the order...
So, React has thrown you a curveball – or, you’ve discovered when linting your getting a warning saying “Prevent usage of Array index in keys”. Huh? Well, you probably already know the issue, but...
After you’ve used React for only a short time, you’re likely to come across one of these warnings. Even experienced developers come across this error – usually due to an oversight in their code....
If you’ve started learning React, chances are you’re seeing this error a fair amount: No fear, this one is really easy to solve – with a 100% success rate! Yes, really. The issue When...
One of the most common import/export errors when using React is the error: This somewhat cryptic error usually has a simple solution. More often than note a quick notation fix can solve the issue....
There’s nothing more frustrating when something just doesn’t work. And coding is no exception. You’re searching high and low, your Link component is fine, and you’ve been through your code a million times. The...
Isomorphic React, for many reasons, is gaining traction with many developers. Not least for the SEO benefits – or should we say that massive SEO pitfalls of *NOT* using isomorphic React. Blank pages for...
Latest Comments