Beef up your React JS skills with 4 ways you can get promoted to expert.
Published in
3 min readFeb 10
--
Simply learn these four tips and easily earn more for your skills.
As anyone who just getting started with ReactJS you may be tempted to use ESM (ECMAScript Modules). As the documentation in ReactJS mentions a you need to import your react-dom/client to get started.
import * as ReactDOM from 'react-dom/client';