I’ve been using Streamlit for quite some time, but never really understood if it is possible to use ready made React components, without the need to reinvent the wheel every time.
I found around a number of “Create your custom component” tutorials, but I’m more interested to use what’s already in the wild. For example React-daterange-picker.
Is it a component that must be worked on, or is its usage straightforward?