Show Nav
Nick Keuning

Software Consultant & Developer at Atomic Object Grand Rapids. Member of Accelerator Cell Three. Huge fan of breakfast.

 
Featured

Creating Type-Safe Paths for Formik Forms

How to create a lightweight wrapper around Formik's useField hook to provide a more type-safe way to specify which field a user input is tied to.
All Posts
Swift

Ergonomic Struct Updates in Swift

Reducer functions work well with Swift’s value semantic structs, but applying small changes is a headache without JavaScript’s object spread operator. We can use Swift protocols an