Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新手求问 #1

Open
erdong-fe opened this issue Nov 6, 2016 · 2 comments
Open

新手求问 #1

erdong-fe opened this issue Nov 6, 2016 · 2 comments

Comments

@erdong-fe
Copy link

请问一下git主,您是在看了哪些资料之后着手写的这个demo

@tsrot
Copy link
Owner

tsrot commented Nov 7, 2016

我算起来也是一个React初学者,上次看了一下React的视频之后,就写了这个demo。开发一个这样的demo,你需要:

  • React 基础(新版本之后react-dom已分离出来,所以你需要同时安装react,react-dom)
  • gulp 基本知识(怎样使用gulp自动化管理开发项目,知道如何选择插件,如何使用 插件)
  • 模块化编程方面的知识(什么是commonJS、AMD,本项目使用的是gulp-browserify来进行模块管理)
  • git方面知识(知道如何部署一个项目)

gulp插件方面其实用多了,你就知道一个项目你需要哪些插件,这些插件你不需要多认真的去学,他们官网或者npm上都有详细的使用教程。多看看别人的项目使用了哪些npm包,他们都是用来干嘛的。

@erdong-fe
Copy link
Author

好的,非常感谢回复^.^

On Monday, November 7, 2016 9:35 AM, xieliqun <notifications@github.com> wrote:

我算起来也是一个React初学者,上次看了一下React的视频之后,就写了这个demo。开发一个这样的demo,你需要:

  • React 基础(新版本之后react-dom已分离出来,所以你需要同时安装react,react-dom)
  • gulp 基本知识(怎样使用gulp自动化管理开发项目,知道如何选择插件,如何使用 插件)
  • 模块化编程方面的知识(什么是commonJS、AMD,本项目使用的是gulp-browserify来进行模块管理)
  • git方面知识(知道如何部署一个项目)
    gulp插件方面其实用多了,你就知道一个项目你需要哪些插件,这些插件你不需要多认真的去学,他们官网或者npm上都有详细的使用教程。多看看别人的项目使用了哪些npm包,他们都是用来干嘛的。—
    You are receiving this because you authored the thread.
    Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants