frontend
frontend copied to clipboard
Async component loading
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?