Category: Development Issues
In React (and other JavaScript-based languages and frameworks) a common error that you may come across during development is: This can be completely frustrating but the solution is usually fairly simply once you know...
As every developer will know (or is learning) – mysqli_connect() can be a finicky thing to work with despite it’s undoubted power. It’s finicky because it hides a lot of complexity under the hood....
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....
Cryptic eh? Head to forums and try to find the answer? The main problem is, it could be one of a bazillion things. The good news is that MySQLi includes some fantastic error reporting....
A common error that occurs, particularly for newcomers, to SQL development is a fatal error when trying to refer to the MySQLi class such as: The Issue The issue being caused here is that...
There’s a great Redux Fundamentals course over on Pluralsight – but some (including myself) have probably encountered a frustrating error that doesn’t appear to happen in the course. A webpack imported module error: This...
React is a Javascript framework growing in popularity by the day. Open sourced by Facebook a few years ago, its reach has stretched far and wide. Most developers starting off with React will start...
Latest Comments