Skip to the content.

Things I want to know more about

React Docs - thinking in React

How would you break a mock into a component heirarchy?

What is the single responsibility principle and how does it apply to components?

is a computer-programming principle that states that every module, class or function in a computer program should have responsibility over a single part of that program’s functionality, and it should encapsulate that part.

What does it mean to build a ‘static’ version of your application?

Once you have a static application, what do you need to add?

What are the three questions you can ask to determine if something is state?