neviaumi / resume.json

My personal resume with JSON resume and pure web technology
https://neviaumi.github.io/resume.json/
3 stars 1 forks source link

Revisit the CSS loading problem #689

Open neviaumi opened 1 day ago

neviaumi commented 1 day ago

Right now the loading of CSS style is bit trick

https://github.com/neviaumi/resume.json/blob/23edfb6cd17fcd5b047b7cc33b9d581ecd4c63c6/docs/index.html#L10 https://github.com/neviaumi/resume.json/blob/23edfb6cd17fcd5b047b7cc33b9d581ecd4c63c6/docs/js/styles.js#L18

May be we can avoid the loading again on each component now ?

Also , i think using tailwindCSS instead of Bootstrap will be better ideas as i used tailwind more than Bootstrap.

neviaumi commented 1 day ago

The ground :

Possible solutions:

neviaumi commented 1 day ago

Preferred using Vite bundler as it provide couple of benifit.