joshxyzhimself
joshxyzhimself
Maybe ESBuild instead of rollup? It's hella fast compared to webpack / rollup / etc. https://esbuild.github.io/  I haven't used SWC but it might be a good option too. https://swc.rs/docs/benchmarks...
The way I see it, it depends on the needs of your app: - if you plan to scale vertically or horizontally - how you plan to scale up and...
Worker Threads example here: - https://github.com/uNetworking/uWebSockets.js/blob/master/examples/WorkerThreads.js
yea it's a fucking headache to deal with
this history v5 and react router v6 is just a clusterfuck of migration to deal with
> Honestly, the JavaScript world is a big joke. Your only method to surviving dependency hell while using NPM/React and any other project is to do everything in house. Ignore...
Almost panicked but glad this can be resolved with a temporary downgrade haha.
feels weird that history v5 is at @latest while react-router-dom v6 is at @next
GitHub wiki is cumbersome to work with. Maybe something like https://rust-lang.github.io/mdBook/index.html? - Docs files are in markdown, not much changes needed. - Docs pages can be published at https://zloirock.github.io/core-js/. -...
Hi, a bit similar, I was looking for a polyfill of Headers which has long been supported in browsers but just recently in v18 of Node.js. Its API is quite...