react development

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

Adjacent JSX elements must be wrapped in an enclosing tag

If you've started learning React, chances are you're seeing this error a fair amount: Parse… 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

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

Getting Started with Isomorphic React at Pluralsight

Isomorphic React, for many reasons, is gaining traction with many developers. Not least for the… Read More