How can I use large assets folder in tauri with react?
I am creating a project through tauri and react to display images and videos in high definition. I would like to embed the folder with all the assets with the project (about 4 gb).
I tried putting the folder directly into the “public” folder but tauri can’t make the build of the app.
I would like to use the best solution in terms of performance because since the images and videos are very large I need to be able to view them without lag.
Are there any other ways? Where is it best to place the folder?
use large assets folder in tauri with react
I am creating a project through tauri and react to display images and videos in high definition. I would like to embed the folder with all the assets with the project (about 4 gb).
I tried putting the folder directly into the “public” folder but tauri can’t make the build of the app.
I would like to use the best solution in terms of performance because since the images and videos are very large I need to be able to view them without lag.
Are there any other ways? where is it best to place the folder?
Tauri – LINK : fatal error LNK1181: cannot open input file ‘…Projectsrc-tauritargetdebugbuildinitial-tauri-18f3a34e9ab864b9outresource.lib’
This is my first time using Tauri, so, I’m making a ReactJS application using Vite, and I wanted to have Tauri too.