Heute eine Create-React-App auf Vite umgestellt.
Es gibt wahrscheinlich Gründe dafür, dass das so kompliziert ist.
Das nächste Mal hacke ich mir aber lieber ein Bein ab.
Heute eine Create-React-App auf Vite umgestellt.
Es gibt wahrscheinlich Gründe dafür, dass das so kompliziert ist.
Das nächste Mal hacke ich mir aber lieber ein Bein ab.
All of our frontend apps currently use Yarn 1.
I'm now looking at Yarn 2 (which has been out since 2020) - what do folks think about it / any info to share?
Enhancing TypeScript Monorepos: Mastering 'Go to Definition' with Custom Conditions
Unlock the full potential of TypeScript monorepos by configuring 'Go to Definition' functionality. This guide dives into the recommended approach of using custom conditions, ensuring seamless navigati...
Revolutionizing SEO for Client-Side Apps: The Dual Architecture Approach
In an era where client-side applications dominate, ensuring proper metadata delivery for SEO and social media sharing can be a challenge. Discover how hey.xyz tackled this issue by implementing a dual...
https://news.lavx.hu/article/revolutionizing-seo-for-client-side-apps-the-dual-architecture-approach
Mastering Full Stack Development with Fastify and Vite: A Deep Dive
In the ever-evolving landscape of web development, mastering the right tools can set developers apart. Jonas Galvez's new book, 'Happy Little Monoliths,' serves as a comprehensive guide to building fu...
https://news.lavx.hu/article/mastering-full-stack-development-with-fastify-and-vite-a-deep-dive
At our Q1 event, @real_ate gave an update on the momentum behind the Ember Initiative—from stable @vite builds to codemods and real-world wins like Discourse’s upgrade to GJS.
So much progress in just one month.
Watch now: https://youtu.be/n2dJO6CCZDA
#EmberJS #Vite #Embroider #Mainmatter
ICYMI - Coding Short from the Vault:
Coding Shorts: Getting Started with #vite 4
youtube.com/watch?v=f4aqcwbqKd0
#deno has good support for #vite apps. Currently testing with a large #vue app and since it has many packages in the #monorepo with #workspace|s this has come handy. To start an app from the root of the project do this:
```sh
deno task --filter @scoped/package dev
```
This will run the mentioned workspace as expected. Other scripts are obviously possible. To see all possible ways of running node scripts as deno tasks, see this diff: https://github.com/denoland/deno/pull/26949/files#diff-78583cc9291950bd1c81e16f76dfa2cfdbb06c18b44db227e9d3523b5e787f99
Big wins from the Ember Initiative
@real_ate shares the latest wins from Mainmatter’s ongoing work: Embroider@4 is now stable, @vite is the default, there's a codemod to help you migrate, and we’ve audited the top 100 addons—plus defined a migration path for ember-css-modules.
Big improvements for everyone using #EmberJS
Read the full update https://mainmatter.com/blog/2025/04/10/ember-initiative-first-update/
Deploying from Github to Needle Cloud is now also easily possible using our #github action
Github Action:
https://github.com/marketplace/actions/deploy-to-needle-cloud
Our template projects for #vite #react #next #sveltekit and #vuejs use it now: https://github.com/needle-engine
Here's my 2-hour session from last night where we used Github Copilot Edits to create a "Space Invaders" clone. We go from a blank #Vite project to a technically full game with scoring, lives, title screen, etc. What a blast!
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:
At this point #Vite should just throw their dev server away or expose it as an additional package. I'm tired of all those #Dependabot MRs fixing the sEcUrItY vUlNeRaBiLiTiEs
"Only apps explicitly exposing the Vite dev server to the network are affected" well yeah cause you're not supposed to do it
ember-css-modules can block #emberjs apps from switching to @vite . We’ve paved a migration path—with ember-scoped-css. Read @BlueCut ’s step-by-step migration guide with gradual file-by-file refactoring while keeping styles intact
https://mainmatter.com/blog/2025/03/28/migrate-from-ember-css-modules/
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