MihaMarkic / BlazorDevExtreme

Blazor interop for DevExtreme library
MIT License
30 stars 5 forks source link

Some hints from the DevExtreme team #1

Closed dxbykov closed 6 years ago

dxbykov commented 6 years ago

Hi,

It's exciting to see this project ;) I just want to give you some hints you might find helpful to go forward faster. We have created wrappers for Angular, React, Vue and ASP.Net MVC using the same approach.   We have a 3rd-Party Frameworks Integration API that we use in our wrappers' implementation. It's jQuery-free.   Also, we have Integration Meta Data that contains all the public API info. We use this info to generate component source code. The generated components extend a base component implementation.   Feel free to ask any integration-related questions in our Support Center or in this thread.

MihaMarkic commented 6 years ago

Thanks a lot, I'm currently parsing TypeScript interface but IMD will be easier to deal with. Eventually a better approach will be react-like. But there are showstoppers in blazor currently. Anyway, I'll certainly bug you with questions :)