Announcing Vite 2.0â Vite is a build tool aimed at giving you a faster development experience by providing a dev server with hot module replacement support, and Rollup- and esbuild-powered bundling and building. Evan You |
V8's Super Fast super Property Accessâ The first of two articles this week about how the V8 team are somehow making the already fast V8 JavaScript engine even faster for us. Using super , till now, was an unoptimized and slightly costly operation but now itâs almost on par with accessing normal properties. Marja HölttĂ€ (V8) |
![]() Frontity: Bringing React to WordPressâ Frontity Framework connects with WordPress seamlessly so you can focus on building your React front-end, without worrying about tooling and configuration. Its ease of use and extensibility make it a favorite when working with headless WordPress. Frontity sponsor |
V8's Route to Faster JavaScript Method Callsâ This gets very technical and fast, but itâs yet more of a look behind what the V8 team is up to. This work improves the performance of your Node and browser-facing code alike. Victor Gomes |
Opal 1.1: A Ruby to JavaScript Compilerâ An interesting way to take Ruby code to the frontend by simply translating it into JavaScript. Itâs been around for years but 1.1.0 is the first significant release in some time. Adam Beynon and Contributors |
Find Your Next Job Through Hiredâ Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It's free for job-seekers. Hired |
đ Articles, Opinion & Tutorials |
How to 'Listify' a JavaScript Arrayâ Thereâs a little more to making a human readable list from an array in JavaScript than you might think. Thereâs a bonus TypeScript version too. Kent C Dodds |
Avoiding npm Substitution Attacksâ Recently there have been some high profile examples of supply chain attacks, such as where fake or eponymous packages are published, but you can reduce your attack surface by taking precautions and managing dependencies. Isaac Z. Schlueter |
|