Kethan
Kethan
1. Would like to use sinuous observables how to patch it in api.patch? Any help appreciated. 2. Are there any cleanup function when component unmounts?
Hi, when I call render multiple times the component is attached in the dom multiple times. I have a requirement to re-render multiple times for creating custom elements. ```js import...
```ts import { lazy, Suspense } from "fre" const Lazy = lazy(() => import('./Hello')); export function App() { return ( 111 111 ) }` This `111` is not shown.
## Summary **I know this is not relevant to the widget But I need support.** I am using uploadcare to transcode video files to .web format. I am getting a...
In the below example I see it updates and it renders twice. https://codepen.io/kethan-the-selector/pen/mdVLjRQ?editors=1010 can anyone point my mistake?
Can you give me some more examples like this to use sinuous or superfine?
Hi, How to trigger onlick? ```js return html`
Hi can I persist data to Amazon s3, Google drive, Dropbox etc ? If so how do I do ?
Hi, Can I use userId in the roles field because I want user-specific ACL or is there any other better way to do that? ```javascript { roles:['123e4567-e89b-12d3-a456-426655440000'], allows:[ {resources:'blogs', permissions:'get'},...
Two-way data binding is not reflected on view on loading the page. https://jsfiddle.net/kethan/L0xz2q6d/2/