Create React App is not a great recommendation to be making, especially for newer developers.
As an educator, I run into countless issues w/ new React devs running into unnecessary issues due to th... (more…)
Read more »
I’ve been using React Router for a while now in a project and
was running up against some frustration getting access to information that
comes through the URL. I’m using Redux and React Redux
for state management and Reselect for getting useful bits of
in... (more…)
Read more »
Binding Props to the component is a tedious work in React. Especially when you create a form. You may wonder, how to automatically bind these props to some components? Yes, you can, by using React ele... (more…)
Read more »
A response to building a Twitter clone with Rails, CableReady, and StimulusReflex... (more…)
Read more »
For every serious web application you should choose a component library. This article compares Material UI, Fluent UI React, Ant Design, React Spectrum and Semantic UI React. (more…)
Read more »