Hooks, Hooks, Hooks!

6 min read
published 4 years ago · Feb 06, 2019

Component-based design transformed the frontend landscape by fundamentally changing the way web apps are built. React's new Hooks API is set to do that again, this time for function logic.

Read more...

Ninja Reducers

5 min read
published 4 years ago · Feb 05, 2019

We defined reducers as a function that accepts two inputs and produces a single output. What about reducers that don't immediately look like reducers? You may already know a few!

Read more...

Transducers

7 min read
published 4 years ago · Feb 04, 2019

You have a reducer that's almost perfect, but it's not quite right. A transducer can take your existing reducer and fit it to the task at hand.

Read more...

Reducers

7 min read
published 4 years ago · Feb 03, 2019

It may not be immediately obvious through the many modern layers of abstraction, but code can often be boiled down to piping some number of inputs to some other form of output. Reducers play a key role in this process.

Read more...

Creating a search context

4 min read
published 4 years ago · Feb 02, 2019

A common task in front-end development is taking a string of user input and filtering a dataset for rows that contain that input. Let's explore that.

Read more...

Hello, world!

3 min read
published 4 years ago · Feb 01, 2019

In which our intrepid hero embarks upon a perilous quest.

Read more...

more articles
123
ramblings by Aaron Ross, otherwise known as superhawk610
> ...
© 2023 all rights reserved
built with Gatsby