Coder Social home page Coder Social logo

reactjs-the-hard-way's Introduction

ReactJS-the-hard-way

A dedicated repository for React JS Tutorials for a noob, By a Absolute noob . Courtesy: freecodecamp.org

Getting Started : Pre-Requisites

  • Html
  • Css
  • Vanilla Js
  • Es6

Why React?

  • Speed.

    • Virtual Dom makes react faster than Vanilla Js. Wondering what Dom is? Well,Dom is an API that represents Html,XHtml or XML document as a tree structure. Each nnode on the tree is an object representing Html element . Let's say you're about to build a house . You give a few changes to the original plan. The architect considers and instead of implementing it, he changes the blueprint of the building. here's the analogy.

      Blueprint Virtual DOM
      Building Real DOM
  • Reusable web Components

  • Front end developers with react skills are easily hired

Let's Build a Tic Tac Toe

Let's start with installing dependencies for react app.

Make sure you've Node js pre installed
$ npx create-react-app <Your app name>

This command will include the necessary react dependencies to your PC

NOTE : NPM has a bug if your Computer identifier has space between (Ex <firstname><space><last name>,
you'll get an error.

reactjs-the-hard-way's People

Contributors

yk-x-25 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.