So with a public JS CDN React would be still transferred multiple times.
Using a custom bundle is probably more efficient as it should compress better resulting in lower download sizes (bit often modern bundles are huge so I wouldn't rely on this point)
youngtaff|5 years ago
Safari started this and Chrome is following - https://andydavies.me/blog/2018/09/06/safari-caching-and-3rd...
So with a public JS CDN React would be still transferred multiple times.
Using a custom bundle is probably more efficient as it should compress better resulting in lower download sizes (bit often modern bundles are huge so I wouldn't rely on this point)