Category – React
Chicago has had a strong and growing React community for many years now. Today
was React Loop, Chicago's first React conference. It was a single track event
with a great lineup of speakers. I did my…
I've written a lot of React components over the past couple years that fetch or
update data with a call to a server. Not knowing how long these server calls
are going to take, I like to indicate to…
Formik comes with a connect()
HOC that uses the context
API as a way of connecting to disparate
form elements. This means that form data, change handlers, touched and error
data, etc. can be easily…