项目作者: ZheyangSong

项目描述 :
A project boilerplate for creating a React Component in TSX
高级语言: TypeScript
项目地址: git://github.com/ZheyangSong/react-component-boilerplate.git
创建时间: 2017-07-26T20:37:18Z
项目社区:https://github.com/ZheyangSong/react-component-boilerplate

开源协议:MIT License

下载


react-component-boilerplate

A project boilerplate for creating a React Component in TSX

  • The component folder is where your componet’s implementation resides
  • The example folder hosts some harness code for running your component in browser during development
  • Most of the time, you’ll only be modifying the example/app.tsx to hook your component into the harness code

Please feel free to raise PRs to make this boilerplate better. Thanks.