Skip to content

Instantly share code, notes, and snippets.

View tanner-west's full-sized avatar

Tanner West tanner-west

View GitHub Profile

React Native Performance Tips

  • Lazy loading screens
    • bottom tabs & top tabs
  • Tracking renders
    • counting the amount of times a component renders.
    • added a custom useRef() hook into all components / child components.
import { useRef } from 'react';
@johnpryan
johnpryan / principles.md
Last active June 22, 2022 03:43
Ray Dalio's Principles

Summary And Table Of Life Principles

Think for yourself to decide 1) what you want, 2) what is true, and 3) what you should do to achieve #1 in light of #2, and do that with humility and open-mindedness so that you consider the best thinking available to you.

Life Principles Introduction

Look to the patterns of those things that affect you in order to understand the cause-effect relationships that drive them and to learn principles for dealing with them effectively.

Part II: Life Principles

@staltz
staltz / introrx.md
Last active May 20, 2024 14:59
The introduction to Reactive Programming you've been missing