1 min readMay 12, 2019
Not without ejecting first, which should be avoided unless the benefits are great.
You can use React Lazy and Suspense to achieve a similar result. The docs explain it well.
Not without ejecting first, which should be avoided unless the benefits are great.
You can use React Lazy and Suspense to achieve a similar result. The docs explain it well.