Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.32 KB

File metadata and controls

26 lines (15 loc) · 1.32 KB

React Framework Tools and Tutorials

Install React Framework

React.js is an open source Javascript tools released by Facebook. Install the React JS to get started.

Learn more about React at React JS Docs and Tutorials.

Forms related helpers and tutorials

https://www.pluralsight.com/guides/how-to-use-a-simple-form-submit-with-files-in-react provides a good sample for simple form with file based inputs.

Several Helpers

Wizard driven experiences are critical for building simplified data collection.

See Multi-step for a simple annotated example. Here are a few examples:

File Uploader Examples