reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
19.09k stars 1.08k forks source link

[Under Consideration] Deprecate and then remove starlette_admin #2802

Open Alek99 opened 6 months ago

Alek99 commented 6 months ago

This issue involves two parts, first deprecate starlette_admin.base and then remove it in the following release. Also remove it from the dependencies.

masenf commented 6 months ago

Are there plans to provide it as a 3rd party component integration? Or users depending on it will just have to figure it out?

Alek99 commented 6 months ago

No plans, yet. We can throw a deprecation warning in the next release and figure out a solution before we remove it entirely

We can hold off until we agree on a plan. We need to gauge how many people actually use this feature

Alek99 commented 6 months ago

Are there plans to provide it as a 3rd party component integration? Or users depending on it will just have to figure it out?

This feature is not documented right?

Nvm I see it in the API reference, just not in regular docs https://reflex.dev/docs/api-reference/app/

masenf commented 6 months ago

This feature is not even documented

Correct.