Using node cli vs using CDN
Hello, I was just experiencing a bit with react and I read that I can access react modules either using the cli or using a CDN. I think this always apply to other frameworks.
I was wondering what's the difference here, how does using react using node differs from using a CDN (or any other frameworks)? At the end of the day both import codes, no? Yeah maybe one is faster because we don't need extra http request, is there any other reason what using node for react instead of a CDN can do please. (It's the same thing for tailwind I think, we have a CDN which we can use, don't know if we can use node though)
I was wondering what's the difference here, how does using react using node differs from using a CDN (or any other frameworks)? At the end of the day both import codes, no? Yeah maybe one is faster because we don't need extra http request, is there any other reason what using node for react instead of a CDN can do please. (It's the same thing for tailwind I think, we have a CDN which we can use, don't know if we can use node though)
