Ready.code - JS development. Releases and articles
8.43K subscribers
511 photos
7 videos
352 links
Stay updated with the latest library releases and insightful articles on development trends and techniques.

#js #ts #vue #react #angular #bun #node #meme #IT
Download Telegram
🦊 Version 135 of Firefox landed February 4 adding new translation support, credit card autofill, an AI chatbot, and more. The developer changes are here

#short #firefox #mozilla #browser #release
Please open Telegram to view this post
VIEW IN TELEGRAM
1πŸ‘6πŸ”₯2🀣2πŸ‘¨β€πŸ’»1
Oracle Claims 'JavaScript' Isn't a Generic Term, and More

In this 'motion to dismiss' Oracle has responded to Deno’s attempt to prove Oracle shouldn't hold the JavaScriptβ„’ trademark with the argument that β€œrelevant consumers do not perceive JAVASCRIPT as a generic term” (does Oracle only consider people who give it money to be relevant?) among other comedic insights.

Link to the article

#article
#frontend #js #javascript
1πŸ‘5πŸ”₯1πŸ‘¨β€πŸ’»1
3😁13🀣8πŸ‘4🌚2
Chrome is shipping a new moveBefore DOM method for moving elements around a DOM tree without resetting the element's state. React is already working on using it.

#short #google #dom #chrome
1πŸ‘6πŸ”₯3πŸ‘¨β€πŸ’»1
βœ… Astro 5.4

Astro 5.4 brings remote image optimization in Markdown, enhanced security for dev and preview servers, RegExp support for Vercel ISR excludes, and more!

Link to the release

#release
#astro #vue #markdown #react #static
Please open Telegram to view this post
VIEW IN TELEGRAM
1πŸ‘5πŸ”₯1πŸ‘¨β€πŸ’»1
βœ… A 10x Faster TypeScript

😱 WOW WOW WOW

Yesterday, TypeScript announced a full rewrite of TypeScript in Go. In testing, this rewrite has achieved a 10x speedup in some repositories - and up to 15x in others.

Link to the release
Link to the video

#release
#go #ts #typescript #porting
Please open Telegram to view this post
VIEW IN TELEGRAM
20πŸ”₯11πŸŽ‰5😱4πŸ‘2
This media is not supported in your browser
VIEW IN TELEGRAM
βœ… Visual Studio Code Version 1.100

Not to be confused with a 1.1 release, this update to VS Code has quite a few goodies for JavaScript developers with improved β€˜Next Edit Suggestions’ that will suggest adding missing imports, support for Node’s enhanced network debugging capabilities, improved visibility of type information, remote MCP server support, GPT 4.1 as the new default base model, and more.

Link to the release

P.S. We're back πŸ˜ƒ

#release
#vscode #ai #code #microsoft
Please open Telegram to view this post
VIEW IN TELEGRAM
1πŸ‘5πŸ‘¨β€πŸ’»3πŸ”₯2
2🀣24😱3😁2🌚2
βœ… Best Practices for Creating a Modern npm Package

A step-by-step β€œas of 2025” walkthrough of creating your own npm package using current best practices. We’ve linked to this before but it’s just been updated.

Link to the article

#article
#npm #js #ts
Please open Telegram to view this post
VIEW IN TELEGRAM
2πŸ‘8πŸ”₯2πŸ‘¨β€πŸ’»2
βœ… 'I Think the Ergonomics of Generators is Growing on Me'

The author notes generator functions have been widely available in JavaScript for a long time, yet β€œtheir practicality hasn’t exactly caught on.” This is a great look at what they are and where they can be useful.

Link to the article

#article
#js #frontend
Please open Telegram to view this post
VIEW IN TELEGRAM
1πŸ‘14πŸ”₯4πŸ‘¨β€πŸ’»2
βœ… Announcing Ionic 8.6

This release brings a new Input OTP component, a new Datetime property to show days from the previous and next months, and a fresh update to Stencil.

Link to the release

#release
#ionic #vue #react #angular #mobile #ios #android #js #ts #frontend
Please open Telegram to view this post
VIEW IN TELEGRAM
5πŸ‘11πŸ”₯2πŸ‘¨β€πŸ’»1
βœ… Vite 7.0 is out!

We're happy to share the release of Vite 7! It has been 5 years since Evan You sent the first commit to the Vite repo, and nobody could have predicted how much the frontend ecosystem would change since then. Most modern frontend frameworks and tools are now working together, building on top of Vite's shared infrastructure.


Link to the release

#release
#vite #vue #react #js #frontend
Please open Telegram to view this post
VIEW IN TELEGRAM
5πŸ”₯9πŸ‘2😱1πŸŽ‰1
βœ… Ecma International Approves ECMAScript 2025: What’s New?

It’s that time of year again. The Ecma General Assembly has approved the ES2025 language specification, which you can read in full here if you have a gallon of coffee to hand

Link to the release

#release
#ecma #js #es2025
Please open Telegram to view this post
VIEW IN TELEGRAM
6πŸ‘8πŸ”₯5πŸ‘¨β€πŸ’»1
βœ… Nitro v3: What’s Coming with Nuxt 5

Heads-up! Nitro v3 is still under active development. The features and APIs discussed here can change before the final release. Nuxt 5 will ship with Nitro v3 once it's stable.

Link to the article

#article
#nuxt #js #vue #nitro
Please open Telegram to view this post
VIEW IN TELEGRAM
4πŸ‘8πŸ‘¨β€πŸ’»4πŸ”₯1
βœ… Astro 5.11

Astro 5.11 is a small minor that ships with new CSP features and the ability to opt out of HTML streaming when using the Node.js adapter.

Link to the release

#release
#astro #vue #react #static #ssr
Please open Telegram to view this post
VIEW IN TELEGRAM
3πŸ‘3πŸ”₯3πŸ‘¨β€πŸ’»2
βœ… Announcing Nuxt 4.0

Nuxt 4.0 is here! A thoughtful evolution focused on developer experience, with better project organization, smarter data fetching, and improved type safety.

Nuxt 4 is all about making your development experience smoother:

- Cleaner project organization with the new app/ directory structure
- Smarter data fetching - they've taken the opportunity to address some inconsistencies and improve performance with the data layer
- Better TypeScript support with project-based separation between the different contexts in your project - app code, server code, shared/ folder, and configuration
- Faster CLI and development with adoption of internal sockets and a faster CLI

Link to the release

#release
#nuxt #vue #ts #ssr #js #frontend
Please open Telegram to view this post
VIEW IN TELEGRAM
7πŸ”₯5πŸ‘3😱1
βœ… Plate: Roll Your Own Rich-Text Editor

A framework for building React-based rich text editors lets you select the specific features and functionality you need, plus it has very thorough docs.

Link to plate.js

#framework
#react #js #shadcn #frontend #md #editor
Please open Telegram to view this post
VIEW IN TELEGRAM
1πŸ‘4πŸ”₯3πŸ‘€2
βœ… Uppy 5.0: Powerful, Modular JavaScript File Uploader

Upload not just from local sources but also remote services like Dropbox or Google Drive. Integrates with React and supports resumable uploads too.

Link to the lib

#tool #lib
#js #files
Please open Telegram to view this post
VIEW IN TELEGRAM
2πŸ‘6πŸ”₯3πŸ‘¨β€πŸ’»3
βœ… New in ESLint v9.34.0: Multithread Linting

A common feature of tools like Rslint, Biome, and Oxlint, is being 'Nx times faster' than ESLint, but the latest ESLint has a trick up its sleeve and can now process multiple files at the same time, dramatically reducing lint times for large projects.

Link to the announcement

#announcement
#eslint #js #frontend #backend #performance #linting
Please open Telegram to view this post
VIEW IN TELEGRAM
3πŸ”₯6πŸ‘¨β€πŸ’»2πŸ‘1
βœ… Nuxt 4.1

Nuxt 4.1 is out - bringing enhanced build stability, better development experience, and powerful new features for module authors!

Link to the release

#release
#nuxt #vue #js #frontend
Please open Telegram to view this post
VIEW IN TELEGRAM
1πŸ‘5πŸ”₯4πŸ‘¨β€πŸ’»2