ajnsit / concur

An unusual Web UI Framework for Haskell
https://ajnsit.github.io/concur/
BSD 3-Clause "New" or "Revised" License
305 stars 21 forks source link

Using Concur to design UIs on Android or iOS. #22

Open YuMingLiao opened 3 years ago

YuMingLiao commented 3 years ago

Concur is the most easy way I have ever seen to design a UI! Is it possible to use Concur/ concur-replica to design UIs for android or iOS?

ajnsit commented 3 years ago

Thanks! Have you tried using the React backend and React-native for this? I imagine it should just work out of the box.

YuMingLiao commented 3 years ago

I have tried concur-react-starter, the React backend on web. And it went well.

It seems concur-react-native just needs a src-ghcjs/Concur/ReactNative/FFI.hs to call h$ffi and make this work, right?