How can I load raw .Tex files into reactJs
I have a bunch of files which I want to load into reactjs at compile time to avoid a bunch of fetch requests. The overall program requires a lot of files to be loaded at run time and I want to shrink this time considerably by have them already loaded and only download the one which I don’t have.