redbar0n

Results 99 comments of redbar0n

> I think SolidStart is taking a great approach with the dynamic `` component https://start.solidjs.com/core-concepts/routing Yeah, I agree, with one exception. To quote the SolidStart approach: > Under the hood,...

[TanStack Router vs. React Router DOM vs. Next.js](https://tanstack.com/router/v1/docs/comparison) comparison page is out, as [per demand](https://github.com/TanStack/router/discussions/44). It has a good overview of potentially desirable features for a routing solution.

Not that I can think of (the search params API seems neat, but not sure if it's in scope). The ability to easily swap out the router and use any...

Awesome! Image component → Currently just says "No". What is the recommended solution if using VPS? A link would be helpful. Especially since NextJS image component is so praised and...

> For example, you can use Relay and Apollo in ways that aren't possible with Next.js. This could use some backing, like: 1. a link to the issues with NextJS,...

Under "Server/deployment agnostic" it's possible to mention that NextJS uses their own internal web server. If you want to use another server like Fastify you'd have to use [fastify-nextjs](https://github.com/fastify/fastify-nextjs). But...

I'm not advocating for optional fields, I'm simply suggesting that Hirb should suspend its required fields when the user is explicitly telling ActiveRecord what fields he wants to select. Otherwise,...

https://laramo.medium.com/oauth-with-facebook-and-google-for-reactnative-using-passport-js-ffe0e63f86cb

@kitten do you actually need a cross-tab synchronization exchange, considering that "data stored in IndexedDB is available to all tabs from within the same origin" ([ref](https://stackoverflow.com/a/51617391/380607))? Switching to a tab...

> They do speak about the BroadcastChannel API which looks great but not supported by Safari. [as of Oct 18, 2020] [BroadcastChannel has full support in Safari](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel) now, as of...