All Posts

Run Elixir Tests in Interactive Elixir

If you enjoy REPL-driven development with Elixir, you may be delighted to know that you can iteratively develop your tests without rerunning mix or iex.

Remote State Management: Use Apollo Cache Instead of Custom React Context

When maintaining client state from a remote API, use the Apollo Cache instead of creating a redundant custom React context to store the state.