insights

Possibilities Unlocked

Continuous learning unlocks endless possibilities

Education never ends

Aviturians are determined to find new possibilities at every turn and recognize challenges as opportunities for growth. We believe learning is a continuous journey and that education has no end point. Join us on this journey; explore our insights to see what we’ve learned and what we’re continuing to discover.

Get the latest Aviturian insights sent straight to your inbox.

Blog Feature

April 19, 2018

Advanced Redux Form Pattern: Derived (but Editable) Fields

React  |  Redux  |  Technology  |  UX  |  forms

Let’s face it, forms can be extremely complicated. There are all sorts of issues you run into with forms to provide a nice user experience. That’s why it’s really handy to have a library to help you out. If using React/Redux, Redux Forms is a great library to help you manage that form state in your Store. Having Redux Forms work with the store also opens up the possibility to customize behavior via your own reducers. This will let you take advantage of all the built-in functionality of the library but also handle your potentially complicating scenarios. I’m going to show you how to leverage this concept to build a specialized form that reflects a requirement we had for a project, a derived but editable field.

Read this post