Introduction
You’ll learn about the topics this chapter contains, which include using npm, component architecture pattern, and using CSS.
We'll cover the following...
In chess, there’s a distinction between tactics and strategy. Tactics are a series or combination of moves to achieve a goal. It’s short term and fairly easy to define and teach. Strategy, by contrast, is an abstract conception of which side has more influence in a particular part of the board. Tactics solve problems at hand. Strategy allocates resources in anticipation of future problems.
Most coding books, are about tactics. How do you transform an array? How do you write a function that consumes asynchronous data?