Hello,
These are more questions than issues, as there's not a lot of data in the Wiki section.
I have been developing with React for about 6 weeks, but have been doing web development for 8 years. So I'm familiar with many of the paradigms, but I don't have a full concept of how React implements everything. If I ask some trivial questions please bear with me.
I'm making an application which is using some fairly complex forms. I'm already using Redux-Form and Reactstrap, and want to load all form data via json files. But I have quite a bit of conditional logic in my form in addition to a typeAhead filed which is loading over 300 different options.
I'm not seeing an implementation of conditional logic here, am I just missing it? I have several radio buttons which load data under them when selected.
For the typeAhead I'm using react-bootstrap-typeahead, but I could implement this on my own, and may end up doing that as I'm having some minor issues with react-bootstrap-typeahead when used with Redux-Form, that will be annoying to the end user. However, if I'm using react-jsonschema-vis, I'm not sure how easy it would be to create a typeAhead feature, do you have any advice on this? As another point, I'm using the typeAhead to load fields based on what is selected, and given that there are 300 options, I'm sure you can see why I would want to do this with jSon.
Best,
Andrew
Hello,
These are more questions than issues, as there's not a lot of data in the Wiki section.
I have been developing with React for about 6 weeks, but have been doing web development for 8 years. So I'm familiar with many of the paradigms, but I don't have a full concept of how React implements everything. If I ask some trivial questions please bear with me.
I'm making an application which is using some fairly complex forms. I'm already using Redux-Form and Reactstrap, and want to load all form data via json files. But I have quite a bit of conditional logic in my form in addition to a typeAhead filed which is loading over 300 different options.
I'm not seeing an implementation of conditional logic here, am I just missing it? I have several radio buttons which load data under them when selected.
For the typeAhead I'm using react-bootstrap-typeahead, but I could implement this on my own, and may end up doing that as I'm having some minor issues with react-bootstrap-typeahead when used with Redux-Form, that will be annoying to the end user. However, if I'm using react-jsonschema-vis, I'm not sure how easy it would be to create a typeAhead feature, do you have any advice on this? As another point, I'm using the typeAhead to load fields based on what is selected, and given that there are 300 options, I'm sure you can see why I would want to do this with jSon.
Best,
Andrew