Philippe

Results 27 comments of Philippe

For the ones looking still for an alternative fork or branch: VueSax 4: https://github.com/shtelzerartem/vuesax-next VueSax 3: https://github.com/Tofandel/fixed-vuesax Thanks for the community who, even when unknown, keep this project "alive". (These...

Wait, who is maintaining it?

If you check out the "readme-update" branch, there's a warning in the readme. ⚠️ This repository has been deprecated and is no longer maintained by the author ⚠️ I still...

I think renderToString is already implemented in the React module: https://github.com/aidenybai/million/blob/21644e4871fcd67d818f7f4007f74c8713e34bdf/packages/react/exports/server.ts#L3 renderToPipeableStream should not be that hard to make: https://github.com/aidenybai/million/blob/dec80d0af168851541673a0317653422800baea7/packages/utils/index.ts#L103 In that point of the flow, we already know what...

After some hours of implementing Preact in Remix, I finally found how annoying not having access to the Bundler API can be. And even after patching Remix compiler.js file, it...

Jovi, should've waited for the official implementation before deleting the example branch, anyone can follow the commit steps though. It has been a couple months already, I'm not even sure...

~~I'm having the same problem with Svelte Kit, I'm trying to use Svelte Kit Hooks to add content to the `` element in the server, then in the client, running...

Nuxt 3 was just released. Any updates?

Facing the same problem, where when using an absolute path, it creates a zip with the whole path as folders, that's; the zip comes with a "Users" folder, that has...

Streamich, the creator of React-Use (useCss) also the creator of FreeStyler may have created but mentioned [CSS in JS Generations](https://github.com/streamich/freestyler/blob/master/docs/en/generations.md), I really like his approach to the situation but I...