Mark Erikson
Mark Erikson
I'm kinda confused. @ybelenko , can you clarify what your specific concerns are, and what you're asking for here?
To follow on with this: skimmed the repo and I see a _ton_ of code in here. I get a vague idea of what's going on, but would be very...
Yeah, that's what I sorta thought I was seeing. I'm definitely interested in the general idea. FYI, I've got lists of existing libraries that try to implement [per-component state](https://github.com/markerikson/redux-ecosystem-links/blob/master/component-state.md) or...
@slorber : don't want to get too off-topic, but a couple quick thoughts: - As far as I can see so far, this project is primarily about being able to...
Nice. I think there's definitely value in coming up with some sort of reusability story for Redux-related logic. The most common approach I've seen so far is generally a library...
Hiya. It's been a few months since the last commit. Still got plans to work on this? (No hurry, just curious where things stand over here.)
Does that check actually do anything? My understanding was that in here we are only getting filenames that are in the sources list, which should always be _source_ filename and...
Yeah, easy to throw those in too, and I tried to set up the logic and `assets` folder to support that :) but `react-dom` was the critical part, since it...
Added `react` and `react-dom.profiling` for 17.0.2, 18.1, and 18.2! https://github.com/markerikson/react-prod-sourcemaps/releases/tag/v0.2.0
A few weeks ago I did try to build React 16.14.0 as well, but my first attempt generated JS build artifacts that were significantly different. Looks like this thread explains...