react

Prevent usage of Array index in keys – React

So, React has thrown you a curveball - or, you've discovered when linting your getting… Read More

Warning: Each child in a list should have a unique “key” prop.

After you've used React for only a short time, you're likely to come across one… Read More

React.createElement: type is invalid — expected a string

One of the most common import/export errors when using React is the error: React.createElement: type… Read More

Webpack Imported Module Error During Redux Fundamentals

There's a great Redux Fundamentals course over on Pluralsight - but some (including myself) have… Read More

React: Import CSS – Unexpected Token

React is a Javascript framework growing in popularity by the day. Open sourced by Facebook… Read More

React Router – URL Changes, Component Doesn’t

There's nothing more frustrating when something just doesn't work. And coding is no exception. You're… Read More