frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Async component loading

Open rluders opened this issue 5 years ago • 0 comments

Description

Right now we only have a few containers and components in our application, so, it is a good moment to start doing things right. We need to implement an asynchronous container load system.

Additional context

By implementing react-loadable create a PoC to validate the benefits of async component loading.

Questions

  • Can we use async load non-containers/routers components?
  • What are the pros and cons for async containers/routers components loading?
  • I can be used on PWA?
  • Is the react-loadable the best option?

rluders avatar Jul 30 '20 06:07 rluders