Peter John
Peter John
I'm doing this for now to make it work, ``` const Icon = ({ children }) => { if (Platform.OS === 'web') { return ; } return children; }; ```
Nice work @dradtke what do you think the vdom implementation of vecty? https://github.com/gopherjs/vecty/blob/master/dom.go I'm also creating a vdom framework like vecty here, https://github.com/krab-dev/exo/blob/master/html.go
I generally don't prefer tabs for my workflow. Even in vscode i disable the tabs and use the recently opened buffers. I use `cmd + w` to open the picker...
Similar workflow for hx, using `space + b` and `down arrow` https://user-images.githubusercontent.com/1687946/194906643-2084b434-3859-45fa-a636-2d9ec56eabc2.mov
**For what are you using Playwright for Go?** Testing **Are you using it for personal use or in a company?** Personal **Do you have any future plans to extend the...
Yep would if good if this could be released. Had to use the devel one to get it to work.
@LarsDenBakker Don't know if you are still looking into it. This is how I got esm hmr working in my system. ```js const tag = 'my-counter'; const Module = await...
Will this help in implementing a CSS parser https://github.com/facebook/css-layout and there is this one also https://github.com/aymerick/douceur
Hooks is something really good. I have been experimenting on it and it seems to make state handling very simple
has anyone tried this? https://github.com/marwan-at-work/vecty-router