Dean Radcliffe
Dean Radcliffe
Kent, I loved the writeup you did regarding [this tweet](https://twitter.com/kentcdodds/status/1102647400915582981) of yours, in which useReducer was the solution to timing problems. But I wonder if it cleaned things up far...
You may also want to check out Dead & Company! Love the library- I'm using it to demo some Meteor stuff, I'll give you a shout out.. Dean
This trial and error produced no results.. ``` ~/src/antares (master) $ faker-cli -l words "repellat in quibusdam" ~/src/antares (master) $ faker-cli -l words 3 "nihil magni tempore" ~/src/antares (master) $...
The generator should exclude code blocks from lines it considers when searching for headings for the TOC. The following will reproduce: --- # Section 1 ```sh # Look for processes...
I have been working in RxJS technologies for a couple of years now, and your site has the visual pizzazz / style I'd want to use to illustrate the coolness...
It raised an eyebrow to see a dependency on react-router-dom in the `server/handlerRender.js` file, since it's a client library being utilized on the server. ``` import { matchPath } from...
It seems to me something like `Promise.async` (name TBD) should be able to run a generator function yielding promises such as what's supported by: https://www.npmjs.com/package/co
Manuel - you don't know how much your work here has been an inspiration for at least 2 years now. I finally am doing some stuff with RxJS for real...
And would you accept a PR for building an NPM package of this ?