Lily Black
Lily Black
I have this issue too. I use a couple google websites, but I do not want to allow their products across the whole web.
> > > > @dakom At first it's beautiful to have "presentational" logic and state totally separate from "app/business" logic and state - but it gets muddy due to the...
> You're definitely right! I haven't thought about this yet, not sure how to organize the docs for now as I have yet to get some features baked-in. > >...
@yassinedoghri Also as far as the API goes I'm not sure tbh. I actually tried implementing a [library](https://github.com/L1lith/Purple) that does nearly the same thing as what this library does (though...
> Hot Module Reloading localized pages instead of running the npx astro-i18next generate command manually. Probably by creating a [Vite plugin](https://vitejs.dev/guide/api-hmr.html) and adding it to the [astro:config:setup](https://docs.astro.build/en/reference/integrations-reference/#updateconfig-option) hook. This sounds...
> for me the tree-shaking is done as part of the es6 boilerplate, the es6 plain module is imported as part of the project, "tree-shaked" with the project, and then...
> To make the teleportation seamless, it also requires the player to enter a "stretched view" state. @qouteall what if the portal transition was animated? So like as you walked...
@michaelrambeau might we be able to mitigate this issue by solving [this issue](https://github.com/bestofjs/bestofjs-webui/issues/114)?
It would be super cool if you could have some kind of setup where there's a compute instance that gets spun up for every region of the world automatically that...
> I think that after [beta.13 release](https://github.com/yassinedoghri/astro-i18next/releases/tag/v1.0.0-beta.13), it's safe to say that this can be closed! 🎉 > > `astro-i18next` now loads 2 separate i18next configs: > > * **server-side**...