摘要:
"If you can't measure it, you can't improve it." The first step when doing performance work is to measure meaningful metrics to establish a baseline f 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
HTMLTemplates are part of the web components specification. In this lesson we will learn what are HTML templates, how to use them and how to use the p 阅读全文
摘要:
When using ADTs in our code base, it can be difficult to use common debugging tools like watches and breakpoints. This is mainly due to the common pat 阅读全文
摘要:
Not only will we need to give our initial state to a Redux store, we will also need to be able to reset our state at any time by dispatching an action 阅读全文