BuilderIO / builder

Drag and drop headless CMS for React, Vue, Svelte, Qwik, and more
https://builder.io
MIT License
6.97k stars 860 forks source link

Angular SDK Gen 2 release estimate? Current branch of dev? #3319

Closed fabm22 closed 3 weeks ago

fabm22 commented 3 weeks ago

Reading here https://www.builder.io/c/docs/sdk-comparison that Angular SDK Gen 2 is "currently under development" I would like to know if there is an estimate when it might be ready AND if there is dev code branch where we can track the current advancement and possibly contribute? Thanks a lot.

samijaber commented 3 weeks ago

I would like to know if there is an estimate when it might be ready

No estimate, but it is a top priority and actively being worked on by our team.

AND if there is dev code branch where we can track the current advancement

The Gen2 Angular SDK is located here: https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/angular

As you can see, it is still undocumented and not meant to be used by customers. You can track its releases with this filter: https://github.com/BuilderIO/builder/releases?q=sdk-angular&expanded=true

Once the SDK is in a more stable state, we will make a v0.1.0 release so it's in beta, followed by a v1.x release once it reaches parity with other Gen2 SDKs.

and possibly contribute?

Unfortunately not at this time, due to the complex nature of the problems that remain to be solved in the Angular gen2 SDK. Our Gen2 SDKs are all written in the same codebase and compiled by https://mitosis.builder.io.

fabm22 commented 3 weeks ago

Thanks for comprehensive answer, explanations and pointers. Can't wait to check it out and at some point check Mitosis. Quite the undertaking you guys dared to solve looking from outside ! Thanks for the work.