gut4
gut4
I see Martin Wawro experiment with this modes https://www.youtube.com/watch?v=yeq8msYBMtU 480p@320 https://www.youtube.com/watch?v=H_7MH7Nm3iI 720p@235 It will be interesting to test this.
Do you think about making react-native renders (for ios & android)?
In react-native TextInput is always autoexpandable. See https://github.com/facebook/react-native/commit/dabb78b1278d922e18b2a84059460689da12578b I think simplest way to implement this is to use https://github.com/rpearce/react-expanding-textarea It's just update textarea height based on el.scrollHeight: ``` _handleChange(e) {...
With [OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas) we can use web workers. It can improve performance. There is polyfill that simplify cross browser use. https://github.com/ai/offscreen-canvas
It will be very useful to have a support for an alternative renders. For example, full client side renders(gif, webm, mp4) like in https://github.com/tapioca24/p5.capture Also I think it's possible to...
Consider use new yoga release. It comes with asmjs & wasm builds https://github.com/facebook/yoga/releases/tag/v2.0.0-beta.1
clipPath support will be amazing.
Is it possible to use server components with react-native?
When you paste address with destination tag into send field destination tag is just removed. It will be clear if destination tag stay visible or shown in other field. Is...
Hello! Thanks for nice lion version. I have some problem with colour labels: I add label through the context menu. Make changes in file. Save. And label disappears. Can this...