69 likes
·
1.3K reads
13 comments
Thanks, needed this.
Glad it's useful :)
this was pretty easy to follow.
Yayy hope it's helpful :)
This is beautiful Victoria. Thanks for sharing with us.
No problem! Thanks for reading :)
Recently started using React-hook-form, really great lib. Thanks for sharing!
No problem! Yes, it's great isn't it?
Yeah, it really is, solved a bit complex problem in a very simple way!
Nice, Victoria Lo!
Great Post once again!! Quick q - If I have integrate CSS libraries like Bootstrap. Is that supported? Currently, for the application I'm building, I'm using React Bootstrap for CSS.
Definitely using React Forms seem to be the way forward, provided it has ways to allow for other integrations.
Hi thanks for reading! As for your question, I have tried using React Bootstrap and unfortunately it doesn't seem to work at the moment.
However, you can use Bootstrap so for e.g. instead of React Bootstrap <Col/> and <Row/>, you can use <div className="col"> and <div className="row>.
Hope that helps!
Victoria Lo Thanks for replying! Got it.. lemme try it out..