上一页 1 ··· 399 400 401 402 403 404 405 406 407 ··· 492 下一页
摘要: This lesson will teach you the basics of setting properties in your React components. 阅读全文
posted @ 2016-08-14 05:41 Zhentiw 阅读(122) 评论(0) 推荐(0)
摘要: In this lesson we'll setup a simple build process for converting our ES6 React components into ES5 using Babel and Webpack Install: Create files: Webp 阅读全文
posted @ 2016-08-14 05:18 Zhentiw 阅读(205) 评论(0) 推荐(0)
摘要: Sometime, we migth just want to return a object which wrap into Observable. You can use 'just' or 'return'. 阅读全文
posted @ 2016-08-13 22:49 Zhentiw 阅读(224) 评论(0) 推荐(0)
摘要: When use 'require', recommend to add some error check, for example: We add a if() to check whether this is parent controller, if it is then we continu 阅读全文
posted @ 2016-08-13 22:47 Zhentiw 阅读(254) 评论(0) 推荐(0)
摘要: Most projects have automatically generated files or folders from the operating system, applications, package managers etc. Usually, we don't want to i 阅读全文
posted @ 2016-08-12 03:13 Zhentiw 阅读(229) 评论(0) 推荐(0)
摘要: You can set up global "git config" settings that apply to all git projects on your system. In this lesson, we review how the ./gitconfig file works. W 阅读全文
posted @ 2016-08-12 03:03 Zhentiw 阅读(251) 评论(0) 推荐(0)
摘要: Sometimes you find a bug in your project that has been around for a while without being noticed; it can be hard to track down where that bug was intro 阅读全文
posted @ 2016-08-12 02:52 Zhentiw 阅读(193) 评论(0) 推荐(0)
摘要: Sometimes its nice to clean up commits before merging them into your main code repo; in this lesson, we go over using git rebase to squash commits tog 阅读全文
posted @ 2016-08-12 02:39 Zhentiw 阅读(213) 评论(0) 推荐(0)
摘要: When working on a file, we often want to know who made certain changes last; we can use git blame to see details about the last modification of each l 阅读全文
posted @ 2016-08-12 02:20 Zhentiw 阅读(232) 评论(0) 推荐(0)
摘要: It can be helpful to see the changes between two sets of code; git diff lets us do this by comparing two Git references and outputting the differences 阅读全文
posted @ 2016-08-12 02:14 Zhentiw 阅读(339) 评论(0) 推荐(0)
上一页 1 ··· 399 400 401 402 403 404 405 406 407 ··· 492 下一页