Bits to live by.

Simple bits on getting stuff done.

How to position things in React Native?

Have no idea how to position elements in React Native? In this guide, we'll look at how to utilize Flexbox to quickly position things.

Quintin Orsmond
Quintin Orsmond

More Bits

Context with Hooks

Context with Hooks

Attempting to explain the useContext hook in a simple manner.

State & Effects Hooks

State & Effects Hooks

We take a look at how to use state and effects by comparing class-based component to functional-based components working with Hooks.

What is this React Hooks thing?

What is this React Hooks thing?

The two ways on how to write components in React and how Hooks fits into the story.