Jacob Ebey

Results 53 comments of Jacob Ebey
trafficstars

That works for me. My current work-around is 2 fold and not *that* ugly, but something "built in" would be nice. https://github.com/jacob-ebey/preact-webpack-prerender/blob/main/src/app.jsx#L14 https://github.com/jacob-ebey/preact-webpack-prerender/blob/main/src/components/link.jsx

Minimum required node version is 16, and that includes AbortController. Currently it's pollyfilled for 15 users, but that will be removed in the next major as the minimum node version...

~~Don't release until a wider consensus is reached on this: https://github.com/remix-run/web-std-io/pull/54#issuecomment-1945014278~~ Reverted above for now.

I did an initial pass at this here: https://github.com/jacob-ebey/router-trie With a visualization of how it matches here: https://friendly-meerkat-d51e84.netlify.app

Initial work on this https://github.com/remix-run/remix/pull/5543

Just dumping some of my thoughts on this here: - Have to assign a `.displayName` for dev tools now, something we don't have to do today and I'm unlikely to...