Kethan
Kethan
> We have a use case requiring some components to be instantiated as custom elements. > > Here's a proof of concept wrapping Sinuous components in custom elements created by...
> Similar example using this neat component IDE... > https://components.studio/edit/PtcjWBrqaRPcgqRstsQr?sv=1 > > Any tips for handling props/attrs? I'd like to create a simple factory that takes a Sinuous component as...
Need events when file is uploaded, deleted etc, similar like appwrite channels would be great
@ganigeorgiev So that means I can use that in realtime in frontend? like this ```js client.realtime.subscribe('fileUploaded', function (e) { console.log(e.record); }); ```
@heyheyhello yes thanks i understood.
> What version do you use? This looks like a bug, and I'll refactor them in v2.1. "dependencies": { "fre": "^2.0.7" },
> Thank you. I'll refactor them in 2.1. I've come up with a better idea > > Wait for me. ok, thanks. I my office project thinking to use fre...
> > Is there a context provider in fre as in react? > > [#213 (comment)](https://github.com/yisar/fre/issues/213#issuecomment-754768434) > > I haven't implemented context selector yet, but it can be implemented externally...
Any update on context or suspense? I have very less time i have to select one framework and start my office project.
> th useEffect How to do the same in useEffect() can you share with me a code snippet, please?