Relative Content

Tag Archive for reactjswebpacknext.jsdynamicwebpack-module-federation

Utilize react component over URLs dyanamically

I have an react component say TEST.TSX , I have compiled the .tsx file to .js and uploaded it to github, so that I can server it over JsDelivr. Can i use the CDN in another react app to utilize the Test component?