Following on from my previous post, I’m going to extend our React.js application by adding some boxes, and allowing the user to re-arrange them on the screen.

React Concepts

There are two key concepts to consider when working with React, and we’ll cover one of them in this post; that is, state.

Following on from my previous post, I’m going to extend our React.js application by adding some boxes, and allowing the user to re-arrange them on the screen.
React Concepts
There are two key concepts to consider when working with React, and we’ll cover one of them in this post; that is, state. […]