
RunJS ❤️ JavaScript
@RunJS_app
Followers
4K
Following
122K
Media
72
Statuses
2K
JavaScript news and development updates from RunJS, the JavaScript playground for your desktop.
Joined March 2019
RunJS is a desktop JavaScript playground.Get live feedback as you type 🚀 .Install NPM packages ⚡️.Access Node.js and Browser APIs 💻.Save snippets and build a snippet library 🧑💻.
runjs.app
Write and run JavaScript with live feedback and access to Node.js and browser APIs. RunJS is an easy-to-use playground app for learning and prototyping.
6
0
58
What's Coming to JavaScript — The latest updates from the TC39 meeting reveal exciting proposals shaping the future of JavaScript.
deno.com
Here are proposals that were advanced at the last TC39 meeting and what that means for the future of JavaScript.
0
0
1
JavaScript, When is this? — Mat Marquis explores the intricate nature of the "this" keyword, shedding light on its context-dependent behaviour in functions.
piccalil.li
JavaScript’s “this” keyword trips up all developers — junior and senior. In the first of two parts, Mat Marquis goes deep on the groundwork you need to better understand “this” and how it works.
0
0
1
RunJS 3.1.0 is here. Including exciting new features and improvements, such as Magic Comments - a new way to instantly see the value of any expression anywhere in your code. #JavaScript
2
0
0
A Flowing WebGL Gradient, Deconstructed — This article offers a thorough introduction to writing WebGL shaders with gradient noise, breaking down the math and techniques involved in creating captivating visual effects.
alexharri.com
An introduction to writing WebGL shaders using gradient noise and cool math.
0
0
1
Fastify + React shows impressive speed, being 7x faster than Next.js. With a mature Vite integration plugin, @fastify/react has reached version 1.0, simplifying the development of swift React applications on Fastify.
hire.jonasgalvez.com.br
0
0
2
Deploying a Next.js App to Production in Any Server — This article provides updated guidance on building a Docker image for a Next.js application that allows for deployment without reliance on proprietary cloud services.
saybackend.com
Build a docker image of your nextjs app that can be deployed to any server, without any propreitary cloud provider lock-in.
0
0
1
SSR Deep Dive for React Developers — This article provides a detailed exploration of Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) in React, examining their costs, performance implications, benefits, and trade-offs.
developerway.com
Explore step-by-step how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React, their costs, performance impact, benefits, and trade-offs.
0
0
0
RT @gaboesquivel: Stumbled upon @RunJS_app while looking for a lightweight JS REPL for Mac, and wow—TypeScript, Babel, Node/browser APIs, l….
runjs.app
Write and run JavaScript with live feedback and access to Node.js and browser APIs. RunJS is an easy-to-use playground app for learning and prototyping.
0
1
0
React officially announces the sunsetting of Create React App, urging users to transition to modern frameworks such as Next.js or tools like Vite for their applications.
react.dev
The library for web and native user interfaces
1
0
0
Ben Howdle explores the migration of 160,000 lines of production banking JavaScript to TypeScript without downtime. He shares insights into the motivation behind the project, the strategies employed, and the tools that eased the transition.
benhowdle.im
0
0
1
Testing 10 JavaScript Frameworks on Their HTML Defaults — The article examines how well popular JavaScript frameworks such as React, Vue, and Angular perform in generating valid HTML, challenging the notion that they contribute to an HTML crisis.
meiert.com
When you validate the demo and starter projects of popular frameworks like React, Vue, Angular, Svelte, Astro, &c., what do you find? On challenging the idea that JavaScript frameworks could fuel the...
0
0
1
The State of React 2024 is now available, offering insights from nearly 8,000 responses. It highlights forwardRef and memo as major pain points, Redux's continued dominance in state management, and the persisting popularity of SPAs in React applications.
2024.stateofreact.com
0
0
2
Which Rich Text Editor Framework Should You Choose in 2025? — A thorough comparison of popular WYSIWYG editors like Tiptap, Lexical, BlockNote, and Slate, exploring their features and suitability for JavaScript integrations.
liveblocks.io
Looking to integrate a WYSIWYG editor into your JavaScript app? This comparison dives into the best frameworks available, including Tiptap, Lexical, BlockNote, and Slate.
0
0
1
Introducing Mentoss, a fetch mocker that offers an innovative way to mock global fetch() calls in both browser and server-side environments, building on concepts from tools like Nock and MSW.
humanwhocodes.com
A new approach to mocking global fetch() calls that works in both browsers and server-side runtimes.
0
0
1
Things People Get Wrong About Electron — This article explores the misconceptions surrounding Electron, highlighting its pervasive use in unexpected systems, from high-end financial terminals to spacecraft controls.
felixrieseberg.com
From $25,000 Bloomberg Terminals to SpaceX spaceship controls, web tech is powering systems you'd never expect. Many desktop apps are built with Electron. Why build with web tech — and why bundle...
0
0
2
Why Did You Render: A tool that monkey patches React to help identify potentially avoidable re-renders. This can be particularly useful for optimizing performance in both React and React Native applications.
github.com
why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.) - welldone-software/why-did-you-render
0
0
3
Running Animations Without Keyframes — A fresh approach allows for animations without keyframes, leveraging starting-style to set initial transition values, compatible with most browsers.
css-tip.com
A new way to create animations without relying on keyframes
0
0
0
Node’s New Built-in Support for TypeScript — With the release of Node.js v23.6.0, TypeScript can now be used without any additional flags. The article discusses the implementation and potential caveats of this update:.
2ality.com
Starting with v23.6.0, Node.js supports TypeScript without any flags. This blog post explains how it works and what to look out for.
0
1
0
Five Tips to Effectively Optimize INP in React — This article shares expert insights into various techniques aimed at enhancing Core Web Vitals for React applications, with a particular emphasis on improving the Interaction to Next Paint (INP) metric.
calendar.perfplanet.com
In this post, let's consider several optimization techniques for improving Core Web Vitals metrics for sites that are built with React. We are a team of speed consultants from the Czech Republic and...
0
0
3
A list of React starter kits (Vite, Next, Astro) which help developers to start a React project in 2024.
robinwieruch.de
React starter kits (Vite, Next, Astro, Remix, React Router) which help React developers to start a React project in 2025 ...
0
0
1