ICYMI - Coding Short from the Vault:
Coding Shorts: Using the #vite PWA Plug-in
youtube.com/watch?v=YSGLw4T8BgQ
ICYMI - Coding Short from the Vault:
Coding Shorts: Using the #vite PWA Plug-in
youtube.com/watch?v=YSGLw4T8BgQ
Is Vite Faster Than Turbopack?, by @gill_kyle@x.com:
We are thrilled to announce that #Shopware 6.7 RC1 is out now. Notable changes:
* migration from Webpack to #Vite
* #Vue.js enhancements
* Cache rework
Please read our blog post about the key facts https://www.shopware.com/en/news/shopware-6-7-release-candidate-1/ and the release tag entry on Github: https://github.com/shopware/shopware/releases/tag/v6.7.0.0-rc1
Following Aaron Francis (try hard approach), decided to simplify my @CrystalLanguage and Vite.js integration: no CORS fights, no crossdomain, no endless config, and just a single port exposed: https://www.youtube.com/watch?v=ek6VSCUYAIE
The Shift to ESM-Only: Embracing Modern JavaScript Module Standards
As the JavaScript ecosystem evolves, the transition from CommonJS to ECMAScript Modules (ESM) is gaining momentum. With modern tools and libraries increasingly adopting ESM, developers are faced with ...
https://news.lavx.hu/article/the-shift-to-esm-only-embracing-modern-javascript-module-standards
Made a #facefilter demo for our new npm package
Demo: https://stackblitz.com/edit/needle-engine-facefilter?file=src/main.ts
Source: https://github.com/needle-engine/facefilter
Npm: https://www.npmjs.com/package/@needle-tools/facefilter
More is coming next week
ICYMI - Coding Short from the Vault:
Coding Shorts: Using #vite in #aspnetcore Projects
youtube.com/watch?v=NG3KAng2mAI
Using #Vite development server to proxy calls to an #aspnetcore backend is relatively simple if you know what levers to pull.
This should make #TypeScript and #JavaScript development for #dotnet powered APIs much more straightforward for folks than dealing with the SpaProxy.
Loading #aspnetcore self-signed certificate into your #vite dev server is straightforward. Here is the code for anyone doing #frontend #javascript #development.
The pfx file is under `~/.aspnet/dev-certs/https` on macOS.
Anyone know how to get a #Vite dev server to use a pfx certificate to server HTTPs?
Unmasking a Firefox Quirk: CSS Loading Issues in React Apps
A peculiar bug in Firefox has surfaced, revealing how CSS loading can behave inconsistently in React applications. This article dives into the technical intricacies of the issue, its implications for ...
https://news.lavx.hu/article/unmasking-a-firefox-quirk-css-loading-issues-in-react-apps
My new blog post about "ResponsiveImage & EmberJS & glob vite imports"
https://dev.to/michalbryxi/responsiveimage-emberjs-glob-vite-imports-o9i
Chrome拡張機能開発 Vite + React + TS(CRXJSを使わない場合)
https://qiita.com/mi___y/items/1ce983dd978474dc3dda?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Migrating from Create React App to Vite: A Modern Approach by Adhithi Ravichandran.
"Con un blitz notturno sono state sradicate 5 piante Chardonnay e altre 5 non modificate. Il team dell'Università di Verona le ha ripiantate, se non dovessero resistere si studia un nuovo progetto che avrebbe bisogno del supporto del Ministero dell'Agricoltura"
Il primo vigneto sperimentale di #vite #Tea in Italia è stato distrutto | Wired Italia
https://www.wired.it/article/distrutto-il-vigneto-sperimentale-universita-di-verona/
Build a Vector Image Service Using ThreeJS and Vite | Tutorial https://jsdev.space/image-vectorization/ #javascript #threejs #vite
En #France et en #Europe #UE , l' #intelligence #artificielle #IA #AI a réussi le tour de force de s'imposer encore #plus #vite que les #téléphones #portables
Hey #Vite folks, if I import the same CSS file from multiple JSX files, it seems like the CSS gets duplicated in the final CSS bundle? Is there a way to not do that (treat CSS imports like JS module imports and dedupes)? I vaguely remember Webpack doing that, but maybe I'm misremembering.