In this video I show how to add local storage to persist data and some of the problems I had to figure out before getting it working. Mainly the “
SyntaxError: Unexpected token < in JSON at position 0″ error.
Category: React
React Basics
In this video, I go over some of the basic concepts and features of the React JavaScript framework. I cover state and props, components, mapping over an array from state to produce multiple components, and how these ideas are useful. I use codesandbo.io which introduces viewers to this online coding environment.