RunJS_app Profile Banner
RunJS ❤️ JavaScript Profile
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
Don't wanna be here? Send us removal request.
@RunJS_app
RunJS ❤️ JavaScript
1 year
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 🧑‍💻.
Tweet card summary image
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
@RunJS_app
RunJS ❤️ JavaScript
23 days
What's Coming to JavaScript — The latest updates from the TC39 meeting reveal exciting proposals shaping the future of JavaScript.
Tweet card summary image
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
@RunJS_app
RunJS ❤️ JavaScript
2 months
JavaScript, When is this? — Mat Marquis explores the intricate nature of the "this" keyword, shedding light on its context-dependent behaviour in functions.
Tweet card summary image
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_app
RunJS ❤️ JavaScript
3 months
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
@RunJS_app
RunJS ❤️ JavaScript
3 months
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.
Tweet card summary image
alexharri.com
An introduction to writing WebGL shaders using gradient noise and cool math.
0
0
1
@RunJS_app
RunJS ❤️ JavaScript
3 months
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.
Tweet card summary image
hire.jonasgalvez.com.br
0
0
2
@RunJS_app
RunJS ❤️ JavaScript
4 months
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
@RunJS_app
RunJS ❤️ JavaScript
4 months
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.
Tweet card summary image
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
@RunJS_app
RunJS ❤️ JavaScript
4 months
RT @gaboesquivel: Stumbled upon @RunJS_app while looking for a lightweight JS REPL for Mac, and wow—TypeScript, Babel, Node/browser APIs, l….
Tweet card summary image
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
@RunJS_app
RunJS ❤️ JavaScript
5 months
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.
Tweet card summary image
react.dev
The library for web and native user interfaces
1
0
0
@RunJS_app
RunJS ❤️ JavaScript
5 months
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
@RunJS_app
RunJS ❤️ JavaScript
5 months
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.
Tweet card summary image
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
@RunJS_app
RunJS ❤️ JavaScript
5 months
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.
Tweet card summary image
2024.stateofreact.com
0
0
2
@RunJS_app
RunJS ❤️ JavaScript
5 months
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.
Tweet card summary image
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
@RunJS_app
RunJS ❤️ JavaScript
6 months
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.
Tweet card summary image
humanwhocodes.com
A new approach to mocking global fetch() calls that works in both browsers and server-side runtimes.
0
0
1
@RunJS_app
RunJS ❤️ JavaScript
6 months
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
@RunJS_app
RunJS ❤️ JavaScript
6 months
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.
Tweet card summary image
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
@RunJS_app
RunJS ❤️ JavaScript
6 months
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
@RunJS_app
RunJS ❤️ JavaScript
7 months
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
@RunJS_app
RunJS ❤️ JavaScript
7 months
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.
Tweet card summary image
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
@RunJS_app
RunJS ❤️ JavaScript
7 months
A list of React starter kits (Vite, Next, Astro) which help developers to start a React project in 2024.
Tweet card summary image
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