Live data from Hacker News

React Native for Windows and Mac

microsoft.github.io

1–10 of 505 posts

Re: React Native for Windows and Mac

#6
I'd love to abandon my C/C++ UI frameworks for React, but I need

- consistent rendering/support across multiple platforms and versions

- multiple windows

- rendering to a window that isn't owned by the UI being rendered or created by the framework

Can I do that all in React native? Edit: don't need to bring up electron.

Re: React Native for Windows and Mac

#7
post #6

I'd love to abandon my C/C++ UI frameworks for React, but I need - consistent rendering/support across multiple platforms and versions - multiple windows - rendering to a window that isn't owned by the UI being rendered or created by the framework Can I do that all in React native? Edit: don't need to bring up electron.

Wasm

Re: React Native for Windows and Mac

#9
post #6

I'd love to abandon my C/C++ UI frameworks for React, but I need - consistent rendering/support across multiple platforms and versions - multiple windows - rendering to a window that isn't owned by the UI being rendered or created by the framework Can I do that all in React native? Edit: don't need to bring up electron.

what the heck is that third one about?

Re: React Native for Windows and Mac

#10
post #7
post #6

I'd love to abandon my C/C++ UI frameworks for React, but I need - consistent rendering/support across multiple platforms and versions - multiple windows - rendering to a window that isn't owned by the UI being rendered or created by the framework Can I do that all in React native? Edit: don't need to bring up electron.

Wasm

With WASM though you will still have to have the app be deployed within browser context. Thus losing hotkeys to the browser etc

Or you can build native WASM apps?

Post reply on HN