evilz / fable-ant-design

Ant Design bindings for Fable Elmish
https://www.evilznet.com/fable-ant-design/index.html
MIT License
23 stars 6 forks source link

What's the status of this project? #15

Open fergusmeiklejohn opened 5 years ago

fergusmeiklejohn commented 5 years ago

Hey Vincent, this is great work! Thanks for writing it.. I'm thinking of using AntDesign and so I'm wondering what the status of the project is? I'd like to help with it, but could do with some onboarding to make sure I do the right thing.

Zaid-Ajaj commented 5 years ago

Hello @fergusmeiklejohn This project is WIP of porting each component into a nice functional API and also porting the project itself to Fable 2 (currently it uses the pure bindings which are not nice to work with), I started working on it as well but I got distracted with other side projects (there are so many) I am planning to get back working here ASAP. Feel free to send PR's and @evilz or me will defnitely review

evilz commented 5 years ago

Hi, sorry for my very late response :(.

As @Zaid-Ajaj said I was waiting a little about Fable 2, so it needs to be ported to the new version, including all tooling.

Since some components of AntD are very complex, the TS definition is also very complex. After a short discussion with @Zaid-Ajaj, I think we can simplify the binding and just not map everything. It will be use with Elmish, then components using complex data-binding is not so usefull.

Actually I'm still very busy (@fergusmeiklejohn I still trying to resolve this fu....ing rubik's cube ;p). I hope to be ready to dev for next year.

Thank

fergusmeiklejohn commented 5 years ago

Hey, I've had a good look at the code but it's a bit beyond my capabilities to help, I'd just make a mess I suspect.. >< I can help with the documentation when it gets to that stage, and if either of you ever want to record any video demonstrating this or any other library you are working on, let me know, I'd be happy to edit it for you

uxsoft commented 4 years ago

Hi, I've created my own Ant Design bindings for Fable to be used with Elmish: https://github.com/uxsoft/fable.antd

Maybe it will help also somebody else :)