上一页 1 ··· 404 405 406 407 408 409 410 411 412 ··· 477 下一页
摘要: 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 阅读(324) 评论(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 阅读(413) 评论(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 阅读(269) 评论(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 阅读(239) 评论(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 阅读(496) 评论(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 阅读(396) 评论(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 阅读(225) 评论(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 阅读(340) 评论(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 阅读(576) 评论(0) 推荐(0)
摘要: Aphrodite is a library styling React components. You get all the benefits of inline styles (encapsulation, no build step, no CSS cascade, building up 阅读全文
posted @ 2016-08-22 17:14 Zhentiw 阅读(218) 评论(0) 推荐(0)
上一页 1 ··· 404 405 406 407 408 409 410 411 412 ··· 477 下一页