上一页 1 ··· 351 352 353 354 355 356 357 358 359 ··· 491 下一页
摘要: In this lesson we'll take a stateful React component and look at how we can refactor our setState calls to use an updater function and then leverage R 阅读全文
posted @ 2017-04-21 04:01 Zhentiw 阅读(249) 评论(0) 推荐(0)
摘要: In this lesson, we'll refactor a React component to use Ramda lenses to update our component state. We'll create a lens to focus on the property we wa 阅读全文
posted @ 2017-04-21 03:49 Zhentiw 阅读(392) 评论(0) 推荐(0)
摘要: We will use demo project as an example, go though QuickStart repo. Install: First you should have python & pip installed on your machine, then install 阅读全文
posted @ 2017-04-20 19:10 Zhentiw 阅读(268) 评论(0) 推荐(0)
摘要: Do you have a standard workflow that involves setting up a specific tmux layout, or running certain commands? By writing tmux scripts, you can automat 阅读全文
posted @ 2017-04-19 19:01 Zhentiw 阅读(242) 评论(0) 推荐(0)
摘要: We look at the default Array.prototype.sort behavior and discuss how you can do case insensitive string sorting. 阅读全文
posted @ 2017-04-19 01:10 Zhentiw 阅读(206) 评论(0) 推荐(0)
摘要: In this lesson we cover the key reason why programming languages need generics. We then show how use them effectively with TypeScript. We show plenty 阅读全文
posted @ 2017-04-18 20:27 Zhentiw 阅读(227) 评论(0) 推荐(0)
摘要: Learn how to use find to identify filenames matching specified patterns. We'll use find to identify all .jsx files in a directory, or all test files i 阅读全文
posted @ 2017-04-18 19:52 Zhentiw 阅读(363) 评论(0) 推荐(0)
摘要: Rename your local foo branch with bar: Remember this will add the new branch when you push, but it won’t delete the old foo remote branch. Add -f --mi 阅读全文
posted @ 2017-04-18 19:06 Zhentiw 阅读(308) 评论(0) 推荐(0)
摘要: To build rest api easily, we can use ModelViewSet from rest_framework. It provides GET, POST, DELETE, PUT methods. To render those model view set, you 阅读全文
posted @ 2017-04-18 17:18 Zhentiw 阅读(421) 评论(0) 推荐(0)
摘要: When developing responsive websites, you will constantly be resizing your browser to make sure your site is properly responding to all of the resizes. 阅读全文
posted @ 2017-04-18 14:58 Zhentiw 阅读(146) 评论(0) 推荐(0)
上一页 1 ··· 351 352 353 354 355 356 357 358 359 ··· 491 下一页