Anton Nesterov
Anton Nesterov
I was recently looking for a way to use shared context in Fresh so that the `useContext` is available in the islands. I have a plugin in test: [the source](https://deno.land/x/[email protected]/plugins/context?source)....
As a temp fix, you could use a wrapper in order to clean up `aria-describedby`. Until someone sends a pr with fix for this issue. ```typescript const TriggerWrapper = React.forwardRef((props,...
> Did anyone try deploying appwrite in a docker image (or docker in docker)? It's at least something until appwrite is officially available on kubernetes It works with the systemd...
I think this is because context provider wouldn't be hydrated, so calling `useContext` in an island results in default values on the client. If I get the island's architecture right...
I've created a plugin to use shared context in fresh, mainly for the purpose of providing globals. It works with `useContext`, but still, the values must be JSON serializable and...
I am also going to need transaction support. I am thinking, is there a way to use some ORM in a function? Or maybe a way to create endpoints that...
Exactly. First thing I tried is to put `index.html` in the `theme`.
This is similar to what I do. I build docs and replace `index.html` before every commit trough pre-commit hook. It just would be nicer to have it working on development...
Hi! I didn't have a chance to use the Composition API in my projects yet, but I am going try it as soon as I have right opportunity.
Hi! This is a component library and utilities that I use with Preact. Yes, all code in this repo works and tested with Fresh. [nesterow/minizavr](https://github.com/nesterow/minizavr) - this project is SPA...