RSSAmplifier

Blog

Krawaller weblog

Krawaller weblog

blog.krawaller.seRSS feed ↗20 posts

Latest posts

Unit testing ReactRedux components

A convenient approach for testing React components connected via ReactRedux

Unit testing Redux-observable epics

Demonstrating a convenient helper method and pattern for unit testing Redux observable epics

Implementing a source code view in Storybook

Exploring how to add a source code viewer to a Storybook setup

How to reduce boilerplate in Redux

Exploring a pattern that lets us group related logic and reduce boilerplate in Redux apps

Building TodoMVC with Callbags and React

Making a TodoMVC implementation using Callbags and React, introducing the needed tools as we go!

Explaining callbags via TypeScript definitions

Understanding callbags by splitting them into types with individual TypeScript definitions

Dissecting a Callbag TodoMVC implementation

Peeking under the hood of a TodoMVC implementation using only Callbags and Snabbdom

Callbags introduction

Wrapping our brains around the Callbags specification for streams represented by functions

CSS selectors are evil and JS is the solution

A pragmatic demonstration of the drawbacks with CSS selectors, and how inline styles through JS solves these problems

Github Battle - an Angular case study using Firebase authentication

Dissecting Github Battle - an app consuming the Github API built with Angular and Firebase authentication

A Redux-TypeScript setup

Walking through a Redux-TypeScript scaffold, set up for maximal in-editor help from minimal typing

Dissecting @ < & = bindings in AngularJS

Exploring how @ < & = really work in AngularJS directives/components, and realising how < rules them all

A library webworker wrapper

Presenting a tool to create an asynchronous webworker version of a library

A React-Redux example followup

Following up on our React-Redux example, discussing what logic goes where

5 reasons not to use ES6 classes in React

Walking through some reasons to prefer `React.createClass` over ES6 classes in React

Angular2 versus React, comparing components

Some musings around the comparison, and my part in an upcoming live debate

Stupidly smart components in Choo

Philosophizing about why smart components in Choo are stupid and why that is a good thing

Composition in CycleJS, Choo, React and Angular2

Comparing loosely coupled composition in four different frameworks by implementing the same small app in all of them

Exploring composition in CycleJS

Experimenting with a helper function for component composition in CycleJS

Devsum CycleJS

Slides from and retrospective on my CycleJS talk at Devsum