manaschubby / MediLink-Pro

ElectronJS and MongoDB-based patient data management system. Store, search, and analyze patient photos and data efficiently. Streamline medical care and research. Digitize patient data, enhance accessibility, optimize healthcare workflows.
MIT License
14 stars 10 forks source link

Migrate from react to HTML CSS JS #63

Open manaschubby opened 1 year ago

manaschubby commented 1 year ago

Just a thought for faster rendering and better building of the app

averrois commented 1 year ago

Just a thought for faster rendering and better building of the app

For the fastest, I think React is way more faster then regular HTML, Css, JS app, because is uses what is Called Virtual DOM....

manaschubby commented 1 year ago

Just a thought for faster rendering and better building of the app

For the fastest, I think React is way more faster then regular HTML, Css, JS app, because is uses what is Called Virtual DOM....

true but building the app and then running it is much more complicated. We haven't been able to package the app yet.