How to avoid using relative path imports (/../../../redux/action/action1) in create-react-app
I’ve been using create-react-app package for creating a react website. I was using relative paths throughout my app for importing components, resources, redux etc. eg, import action from '../../../redux/action