上一页 1 ··· 402 403 404 405 406 407 408 409 410 ··· 498 下一页
摘要: Using R.tap: 阅读全文
posted @ 2016-09-04 02:58 Zhentiw 阅读(194) 评论(0) 推荐(0)
摘要: Let's learn how to unit test your JavaScript with Jest, a JavaScript unit testing framework from Facebook. We'll install and optimize Jest for this pr 阅读全文
posted @ 2016-09-03 04:36 Zhentiw 阅读(322) 评论(0) 推荐(0)
摘要: Curry: The idea of Curry is to spreate the data from the function. Using Curry to define the function logic and later pass the data into the function 阅读全文
posted @ 2016-09-02 04:17 Zhentiw 阅读(393) 评论(0) 推荐(0)
摘要: var _ = R; /***************************************** C U R R Y I N G E X A M P L E ******************************************/ // We've got a nice multiply function. // It takes two argumen... 阅读全文
posted @ 2016-08-31 02:47 Zhentiw 阅读(253) 评论(0) 推荐(0)
摘要: Webpack will hot reload the component, but the reducer we need hard refresh. To sovle the problem, go to the store.js: We just need to config the 'red 阅读全文
posted @ 2016-08-30 16:11 Zhentiw 阅读(226) 评论(0) 推荐(0)
摘要: In this lesson, we look at one of the most powerful features in GIF Loop Coder, the phase property, which allows you to let different objects run anim 阅读全文
posted @ 2016-08-29 19:54 Zhentiw 阅读(491) 评论(0) 推荐(0)
摘要: We'll take a look at Single Mode animations and strategies for making this type of animation smoothly loop. There are a number of ways to do this. One 阅读全文
posted @ 2016-08-29 16:14 Zhentiw 阅读(376) 评论(0) 推荐(0)
摘要: In this lesson we cover setting up WebGL for use, including creating a canvas, getting the WebGL rendering context and clearing the canvas to a partic 阅读全文
posted @ 2016-08-25 03:48 Zhentiw 阅读(217) 评论(0) 推荐(0)
摘要: If you have props and actions, you want one component to access those props and actions, one solution is pass those from parent to this component. But 阅读全文
posted @ 2016-08-25 03:30 Zhentiw 阅读(314) 评论(0) 推荐(0)
摘要: We'll learn how to take advantage of Ramda's automatic function currying and data-last argument order to combine a series of pure functions into a lef 阅读全文
posted @ 2016-08-24 04:01 Zhentiw 阅读(565) 评论(0) 推荐(0)
上一页 1 ··· 402 403 404 405 406 407 408 409 410 ··· 498 下一页