How to separate React components

Is it actually a problem if React components are enormous? After all, it seems a little odd to create components that only do one thing? Read more

Similar

Trap Focus in a React Component

Some actions on a web application requires shifting the focus of an user. We’ll use the focus-trap package to trap focus within a DOM node or React component. While developing interactive applications for the modern web, changes are that you’ll need to cr... (more…)

Read more »