GithubHelp home page GithubHelp logo

capstone1's Introduction

History

Created by Jordan Walke, a software engineer at Facebook.

Influenced by XHP, an HTML components framework for PHP.

What is it?

An open-source JavaScript library for creating user interfaces.

Designed to help developers build large apps where data changes over time. It strives to be simple, declarative and composable.

Key Points

One-way Data Flow

React embraces one-way data flow where components are automatically re-rendered when the 'props' on a React component are changed.

This removes some of the complexity of two-way data binding.

Reduces boilerplate and can be easier to understand than traditional data binding.

SPA

Aims to address challenges encountered in developing single-page applications.

Virtual DOM

React maintains a virtual DOM of its own.

This allows the library to determine which parts of the DOM have changed by 'diffing' the new version with the stored virtual DOM.

It then uses the result to determine how to update the browser's DOM.

This abstraction creates a simpler programming model and better performance.

Server-Side

Can render on the server using Node, and it can power native apps using React Native.

capstone1's People

Contributors

benhassara avatar chuckstock avatar robhaj avatar

Watchers

 avatar  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.