fable-ant-design icon indicating copy to clipboard operation
fable-ant-design copied to clipboard

What's the status of this project?

Open fergusmeiklejohn opened this issue 5 years ago • 4 comments

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.

fergusmeiklejohn avatar Nov 06 '18 06:11 fergusmeiklejohn

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

Zaid-Ajaj avatar Nov 06 '18 09:11 Zaid-Ajaj

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

evilz avatar Nov 14 '18 13:11 evilz

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

fergusmeiklejohn avatar Nov 30 '18 01:11 fergusmeiklejohn

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 :)

uxsoft avatar Apr 05 '20 21:04 uxsoft