Sign in
Log inSign up
Victoria Lo

69 likes

·

1.3K reads

13 comments

Richard Harris
Richard Harris
Sep 19, 2020

Thanks, needed this.

1
·
·1 reply
Victoria Lo
Victoria Lo
Author
·Sep 19, 2020

Glad it's useful :)

·
NELSON MICHAEL
NELSON MICHAEL
Sep 19, 2020

this was pretty easy to follow.

1
·
·1 reply
Victoria Lo
Victoria Lo
Author
·Sep 19, 2020

Yayy hope it's helpful :)

·
Amarachi Johnson-Ubah
Amarachi Johnson-Ubah
Sep 19, 2020

This is beautiful Victoria. Thanks for sharing with us.

1
·
·1 reply
Victoria Lo
Victoria Lo
Author
·Sep 19, 2020

No problem! Thanks for reading :)

·
Chibuokem Jerry
Chibuokem Jerry
Sep 19, 2020

Recently started using React-hook-form, really great lib. Thanks for sharing!

1
·
·2 replies
Victoria Lo
Victoria Lo
Author
·Sep 19, 2020

No problem! Yes, it's great isn't it?

1
·
Chibuokem Jerry
Chibuokem Jerry
Sep 19, 2020

Yeah, it really is, solved a bit complex problem in a very simple way!

·
Tapas Adhikary
Tapas Adhikary
Sep 20, 2020

Nice, Victoria Lo!

1
·
Skay
Skay
Sep 20, 2020

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.

1
·
·2 replies
Victoria Lo
Victoria Lo
Author
·Sep 20, 2020

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!

1
·
Skay
Skay
Sep 20, 2020

Victoria Lo Thanks for replying! Got it.. lemme try it out..

1
·