Skip to content

usmanbashir/introduction-to-reactjs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Introduction to ReactJS

React is a front-end library developed by Facebook. It's used for handling the view layer for Website, Native Mobile Apps and VR. ReactJS allows you to create reusable UI components. It is currently one of the most popular JavaScript libraries out there. With a strong foundation and a large community behind it.

This talk will discuss what is ReactJS. How and where you can use it. Followed by a workshop, where we will learn, how to build a component-based web-app using ReactJS.

Requirements

See Requirements

Slides

Introduction to ReactJS - Presentation (PDF)

Workshop

If you wish to run either version of the project. Please run yarn install to install the project dependences first, for each version.

  • Incomplete Version

    This simple and incomplete version was built during the workshop. All of the important code is in the src/App.js file.

    I've heavily annotated this files with comments explaining the code.

  • Completed Version

    This completed version is slightly more in-line with how I would go about implementing this.

    There are 3 files in this version that are important.

    • src/App.js
    • src/Form.js
    • src/Card.js

    I've heavily annotated these 3 files with comments explaining the code.

Notes & Reference

JavaScript Reference

What's Next?

  • Learn More
  • Build something, anything!
  • Share it with the community

Happy Hacking! :)

About

Notes & Resources for my Talk & Workshop on "Introduction To ReactJS" at Facebook Developer Circle: Jeddah

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published