上一页 1 ··· 366 367 368 369 370 371 372 373 374 ··· 491 下一页
摘要: The need for comments in your package.json file becomes desirable the more and more npm scripts you start to define. At first glance this might seem l 阅读全文
posted @ 2017-02-08 20:26 Zhentiw 阅读(192) 评论(0) 推荐(0)
摘要: In this lesson we will look at different ways you can list the available npm scripts. Whether we want to pipe npm run through less or install an npm p 阅读全文
posted @ 2017-02-08 20:18 Zhentiw 阅读(197) 评论(0) 推荐(0)
摘要: Unfortunately not all shell commands work across various environments. Two main techniques to support cross-environment scripts is to either use cross 阅读全文
posted @ 2017-02-08 16:38 Zhentiw 阅读(484) 评论(0) 推荐(0)
摘要: You can really unlock the power of ramda (and functional programming in general) when you combine functions. Counting words in a string may seem like 阅读全文
posted @ 2017-02-08 16:10 Zhentiw 阅读(334) 评论(0) 推荐(0)
摘要: In this lesson we will look about how we can integrate with git hooks to help enforce a certain level of quality before you either commit your code or 阅读全文
posted @ 2017-02-07 21:22 Zhentiw 阅读(357) 评论(0) 推荐(0)
摘要: In addition to package.json level variables (such as name and version), you can have custom conf settings that can be used in your npm scripts. These 阅读全文
posted @ 2017-02-07 21:13 Zhentiw 阅读(175) 评论(0) 推荐(0)
摘要: Often when testing, you use the actual result to create your assertion and have to manually update it as you make changes to the feature. With Jest sn 阅读全文
posted @ 2017-02-07 20:27 Zhentiw 阅读(322) 评论(0) 推荐(0)
摘要: In this lesson we will show that you can leverage values that you already have provided in your package.json file such as the name and version keys. Y 阅读全文
posted @ 2017-02-07 18:52 Zhentiw 阅读(359) 评论(0) 推荐(0)
摘要: In this lesson we will look at how we can setup our npm scripts to execute when the file system has changed. Some common examples of this are automati 阅读全文
posted @ 2017-02-07 18:45 Zhentiw 阅读(226) 评论(0) 推荐(0)
摘要: We can utilize React.cloneElement in order to create new components with extended data or functionality. We render {items} below h2 tag, and for each 阅读全文
posted @ 2017-02-06 20:32 Zhentiw 阅读(301) 评论(0) 推荐(0)
上一页 1 ··· 366 367 368 369 370 371 372 373 374 ··· 491 下一页