Tools mentioned by Evan You
Software and services Evan You has mentioned across podcast appearances.
SignalCast may earn a small commission on purchases through these links — at no extra cost to you. As an Amazon Associate we earn from qualifying purchases.
Lodash
“Vite automatically detects dependencies that import multiple files (like Lodash with six hundred modules) and pre-bundles them with Rollup into single files.”
Vite
Author“Evan You explains Vite, a development server that eliminates bundling during development by using native ES modules in browsers, reducing startup time from five seconds to under two hundred milliseconds for large projects.”
Rollup
“Vite automatically detects dependencies that import multiple files (like Lodash with six hundred modules) and pre-bundles them with Rollup into single files.”
Webpack
“Vite uses Rollup for production builds because it handles ES modules natively and produces better tree-shaking results than Webpack.”
Heiss
“Evan describes pulling an all-nighter to implement hot module replacement for native ES modules without referencing how Webpack solved it, only to discover another developer had already built a similar system called Heiss six months earlier using comparable techniques.”
Vue.js 3.0
Author“Evan You discusses Vue.js 3.0's complete rewrite, including performance improvements through template optimization, the new Composition API for better code organization, TypeScript migration, and maintaining backward compatibility while delivering significant architectural changes.”