A simple example using Flux
Recently at work, I was pulled into a project where React is used to generate a
nested form and aggregate them at the end for a user. React is pretty good at
handling the nested form display based on conditions selected by the user on the
fly. The problem comes…