Skip to content

Instantly share code, notes, and snippets.

View bortexz's full-sized avatar

Alberto Fernández bortexz

View GitHub Profile
@bortexz
bortexz / malli_select.clj
Created August 10, 2022 09:02
Malli select
(ns malli-select
(:require [malli.core :as m]
[malli.util :as mu]))
(defn select
[schema selection]
(let [ms (filter map? selection)
ks (filter keyword? selection)]
(mu/required-keys
@bortexz
bortexz / ngrxintro.md
Created January 10, 2017 11:21 — forked from btroncone/ngrxintro.md
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

#Comprehensive Introduction to @ngrx/store By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents