Ukjin Yang
Ukjin Yang
Hi, I'm working the Velocypack .NET implementation for ArangoDB .NET drivers, based on java driver. if you interested it, please check out [my project](https://github.com/composite/ArangoDB.Net). nevermind main project called `ArangoDB.NET`, it's...
@yojimbo87 oh that's so interesting.
I think it would be nice to have case of rendering regular page or error page. such as: - If page component has `load` function, render this page. otherwise, render...
안녕하세요 @Arthur4 님. 한국인들은 nw.js 거들떠도 안보고 오로지 Electron 편애 중입니다. ㅋㅋ 그러니 걍 Electron 하세요. 저 그냥 여기 혼자 있고 싶군요,..
Can you ask What frameworks do you use?
@tobySolutions typically destructuring assignment is working normally. ```tsx const SomeBlock = block(({ a }: { a?: number }) => { return Some {a}; }); ``` but destructuring assignment with default...