I saw this at a tutorial, what does that syntax mean? Install both react-router and react-redux?
react-router
react-redux
npm i react-{router,redux}
Yes, it will install both react-router and react-redux. It works the same as:
npm install react-router react-redux