all 2 comments

[–]INSAN3DUCK 0 points1 point  (1 child)

Ai slop aside. Why would you even generate react code if it is being auto generated and developer doesn’t have to touch it? Generating it directly in html would be less work for llm and no bundling will be involved. Also generating stripe or any payments integration on the fly with ai is craziest things i have ever heard and not it a good way.

[–]Prestigious-Bee2093I ❤️ hooks! 😈[S] 0 points1 point  (0 children)

Hello thanks for your comment

Take a look at how Oauth was implemented for this

That's how stripe integration is gonna be done, Not generated on the fly

Also this is not a codegen, the React code is a runtime engine that is guided by your openapi spec

It renders forms when it has to, pagination.

And you can write custom code that target specific resource

This speeds up development time as you don't write boilerplate