I am using parcel as a bundler in React.js project.

I want to load npm modules asynchronously to reduce the first contentful paint size. The story is that when users are not in the specific page that uses a specific library, it doesn’t need to load that library at the first loading.

Could anyone participate discussion to find a proper way?

Thank you

--

--