I was using react-loadable for some time for dynamic imports of my React components.
In the recent React release 16.6, the React team has included
React.lazy()
which also does a dynamic import.
Is there any benefit in using the react-loadable
package still, or is it time to move to the new React version?