I like hooks and function-based components rather than class-based ones and think some of you are the same.
I hope these are helpful, and welcome any feedback
This is very nice, I much prefer function based also and being time poor I’m usually not following best practises when making components, really appreciate this template, maybe I’ll make some better components now, thanks!
There is a « components template » section in the [tracker]{Streamlit Components - Community Tracker) , you can add your template there so we can keep track of it
I agree, and I did the same in my Auth0 authentication component using Next.js. It’s nice to have a semi-official template though that promotes this. Thanks, @whitphx!!
I’m really interested in using the use-places-autocomplete react hook in my streamlit web app to do places autocomplete using google maps. So I’m really curious to know if your library can be the thing that makes this happen.
Btw I’m not familiar with any react or JS, all I know is Python and streamlit for the web app.