项目作者: passionInfinite

项目描述 :
Demo showing the concept of props in ReactJS.
高级语言: JavaScript
项目地址: git://github.com/passionInfinite/React-Props-Demo.git
创建时间: 2017-03-23T11:21:19Z
项目社区:https://github.com/passionInfinite/React-Props-Demo

开源协议:

下载


React Props with Demo

This repository shows the concept of props in ReactJS with simple demo.

Prerequisites

You should have basic understanding, usage and installation of:

NPM - package manager

JavaScript (ES2015 or ES6)

Webpack

Deployment

After getting the copy of the repository,

1) Get into the project folder in Terminal.
2) $ npm install
3) $ npm start
4) Open URL http://localhost:3000

Contribution

Want to update the demo example then contributions are most welcomed :)

Author

Acknowledgments

  • The above example is also given in the docs of ReactJS

Reference

  • I am also a learner so for more details visit the official site ReactJS