James Please

Results 313 comments of James Please

I'm not certain, since I don't use React Native myself, but I've heard that there are some issues with `.babelrc` being in the repo for React Native projects. This commit,...

Didn't have time to do this tonight, but i will first this tomorrow AM! Sorry for the delay @PolGuixe

Hmmm, you know what, I was being silly – most folks will want the `.babelrc` file. Most projects can get away with removing the `.babelrc` file because they're nested deps...

> Is the .babelrc not required? @PolGuixe , `.babelrc` is required for all projects that use Babel to compile their JavaScript. This includes all non-React Native projects, since those projects...

Just wanted to pop in here to share that I'm encountering this same issue. I'm on Windows 11.

iirc @chrisdhanaraj has some he may be able to share

I found the link he sent to me with the typings, but I’ll need to wait til tomorrow to post em here as I’m not on my work computer.

These may not be for the latest version of the lib, but here's what Chris sent me a few months back: ```ts /* eslint-disable @typescript-eslint/no-explicit-any */ declare module 'use-reducer-with-side-effects' {...

:wave: yo @frankiesardo ! I'm glad others have independently discovered the wonders of the `useReducerWithSideEffects` pattern. This lib has made some of the most complex code that I need to...

What do you envision the API looking like? fwiw I currently build a middleware system on top of the API that already exists