上一页 1 ··· 299 300 301 302 303 304 305 306 307 ··· 498 下一页
摘要: When you want to get the current value of a subject, you need to switch BehaviorSubject, it always emit the latest value or throw error. Then you can 阅读全文
posted @ 2018-07-17 02:11 Zhentiw 阅读(324) 评论(0) 推荐(0)
摘要: 1. Color Picker (Chrome) You might know how to use color picker in Chrome, recently there is a feature inside color picker which is "Contrast Ratio", 阅读全文
posted @ 2018-07-15 18:41 Zhentiw 阅读(256) 评论(0) 推荐(0)
摘要: We can use Subject as Observable and Observer: // Subject should be only used to emit value for private // Using subject as an Observer const subject 阅读全文
posted @ 2018-07-12 21:04 Zhentiw 阅读(194) 评论(0) 推荐(0)
摘要: Storybook is a UI component development environment for React, Vue, and Angular. With that, you can develop UI components without running your app. He 阅读全文
posted @ 2018-07-12 19:05 Zhentiw 阅读(337) 评论(0) 推荐(0)
摘要: Prior odd: The idea is to take the odds for something happening (against it not happening), which we´ll write as prior odds. For example: The chances 阅读全文
posted @ 2018-07-11 20:04 Zhentiw 阅读(4235) 评论(0) 推荐(0)
摘要: Winston is a popular logging library for NodeJS which allows you to customise the output, as well as different logging targets. This lesson covers con 阅读全文
posted @ 2018-07-11 18:32 Zhentiw 阅读(1102) 评论(0) 推荐(0)
摘要: Github To stop having to change configuration settings in production code and to stop secure information like usernames and password being stored in s 阅读全文
posted @ 2018-07-11 18:16 Zhentiw 阅读(149) 评论(0) 推荐(0)
摘要: DebounceTime: It's like delay, but passes only the most recent value from each burst of emissions. ThrottleTime: Lets a value pass, then ignores sourc 阅读全文
posted @ 2018-07-10 21:07 Zhentiw 阅读(311) 评论(0) 推荐(0)
摘要: Take your end to end tests to the next level by comparing your current application's view with an already accepted screenshot. With the combination of 阅读全文
posted @ 2018-07-10 20:53 Zhentiw 阅读(449) 评论(0) 推荐(0)
摘要: Often, we end up creating multiple unit tests for the same unit of code to make sure it behaves as expected with varied input. This is a good practice 阅读全文
posted @ 2018-07-10 19:27 Zhentiw 阅读(444) 评论(0) 推荐(0)
上一页 1 ··· 299 300 301 302 303 304 305 306 307 ··· 498 下一页