React Crash Course
This is a collection of simple React components demonstrating the most essential development techniques used in React.
Building Your Own React Components
This solution is intended to accompany Introduction to SharePoint Framework, an online educational course that helps you to learn modern SharePoint Framework development techniques. Learn how to build your own React components by following the lessons found at sharepointfx.io.
Getting Started
# Install dependencies
npm i
# Run the local development server
npm run start
Learn More
This is a create-react-app solution, and as such any commands or scripts available can be used here.