lesson
How to Build a Split Pane Layout in ReactComposing Layouts in ReactThe layout challenge that is as old as the web itself is putting two items next to each other. In this lesson, you will learn how to build the Split primitive to solve this problem.
lesson
How to Build a Stacked Component Layout in ReactComposing Layouts in ReactThe Stack layout pattern is one of the most simple and common layout patterns on the web. In this lesson, you will learn how to build the Stack primitive and how to make it configurable for your situation
lesson
Normal Document Flow in HTML, CSS, and ReactComposing Layouts in ReactIn the lesson, you will learn about Normal Flow and what patterns you can use to apply the principle of Encapsulated CSS in the context of Normal Flow.
lesson
Play games... win money!Creating an ERC20 Token on EthereumThank you again to [StephenGrider](https://github.com/StephenGrider/EthereumCasts). Both the Inbox.sol and Lottery.sol contracts were excellent inspirations for the Money Game smart contract. They explain a lot of the key concepts in Solidity programming.
lesson
A Brief Guide to JavaScript Modules and What They DoCreating React Libraries from ScratchWhat are JS Modules, and how do they affect consumers of our code?
lesson
Installing React and React-DOM as peerDependenciesCreating React Libraries from ScratchInstalling dependencies for the Scroller library.
lesson
What Does A React Library Development Environment Look Like?Creating React Libraries from ScratchGet the required tooling installed for developing our library.