摘要: We want to show an SVG avatar of the patio11bot, so we'll do that in three ways: Using an img tag - which is easy, but doesn't let us access the inter 阅读全文
posted @ 2019-02-11 23:22 Zhentiw 阅读(239) 评论(0) 推荐(0)
摘要: For example we have those code: ngSwith code, and we want to convert to i18n as well, we can use 'select' keyword: 阅读全文
posted @ 2019-02-11 22:52 Zhentiw 阅读(157) 评论(0) 推荐(0)
摘要: We only have a few dispatching functions that need to be known by our React Application. Each one actually has multiple actions that need to be dispat 阅读全文
posted @ 2019-02-11 20:17 Zhentiw 阅读(359) 评论(0) 推荐(0)
摘要: With our Redux implementation lousy with State ADT based reducers, it is time to hook it all up to a React Shell. Having already built out some UI/UX 阅读全文
posted @ 2019-02-11 20:02 Zhentiw 阅读(402) 评论(0) 推荐(0)
摘要: With a well defined demarcation point between Redux and our State ADT based model, hooking up to a Redux store is no different than any other Redux ba 阅读全文
posted @ 2019-02-11 19:54 Zhentiw 阅读(182) 评论(0) 推荐(0)
摘要: We'll add animation to patio11bot using CSS keyframes. When defining a CSS animation, you can add it to a class with animation-name, set the duration 阅读全文
posted @ 2019-02-11 18:50 Zhentiw 阅读(146) 评论(0) 推荐(0)