Two-way Data Binding in ReactJS - Part III
April 28th, 2017
In Part III of the series we explore how to tackle variable-length arrays, even if those arrays appear in nested objects within a components state.
Abraham is a full-stack web enthusiast with experience in a wide variety of frameworks and technologies. Over the course of his career, Abraham has found himself working at large and small companies, driving best practices and providing uniquely inventive software solutions. He jumps at any opportunity to apply his knowledge of Spring and AngularJS.
In Part III of the series we explore how to tackle variable-length arrays, even if those arrays appear in nested objects within a components state.
In this post we explain how to use lodash to access nested object properties on a components state object so they can be bound to JSX form elements.
Part I of a series on two-way data binding in ReactJS. Describes how to take advantage of JSX dynamic attributes to implement rudimentary data binding.