Skip to content

Instantly share code, notes, and snippets.

@rickhanlonii
rickhanlonii / selectors.md
Last active April 22, 2021 02:24
Selectors 201

Overview

There are three type of selectors:

  • basic
  • cached
  • cached factory
// Basic
const selectUsers = state => get(state, '_entites.users');
@mbbx6spp
mbbx6spp / README.md
Created December 6, 2011 01:11
Idea for getting GitHub URLs for various needs

GitHub (Bash) Shell URLs

Local Shell setup

This is an environment file to source upon shell startup (via .bashrc/.bash_profile or your shell's corresponding file). If your shell isn't Bash you will likely need to port the functions to your shell's syntax.

Setup your local clone of a GitHub repo

When inside your local Git clone of a Github repo you need to do the following (only once per repo):