gaearon / overreacted.io

Personal blog by Dan Abramov.

Home Page:https://overreacted.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-as-a-ui-runtime:Batching useReducer action type

gasches opened this issue · comments

Hi. Thanks for a great blog! At the end of https://overreacted.io/react-as-a-ui-runtime/#batching

The action argument can be anything, although an object is a common choice.

Shouldn't there be a string instead of object?