JavaScript
32K subscribers
1.04K photos
10 videos
33 files
721 links
A resourceful newsletter featuring the latest and most important news, articles, books and updates in the world of #javascript πŸš€ Don't miss our Quizzes!

Let's chat: @nairihar
Download Telegram
πŸ”₯3❀2
πŸ—ž Issue 8 / 26.05.2023


πŸ“„ DeviceScript: TypeScript for Tiny Thingamabobs

DeviceScript is a new Microsoft effort to take the TypeScript experience to low-resource microcontroller-based devices. It’s compiled to a custom VM bytecode which can run in such constrained environments. (A bit like Go’s TinyGo.) It’s aimed at VS Code users but there’s a CLI option too.

MICROSOFT


πŸ“„ Deno 1.34: Now deno compile Supports npm Packages

Deno isn’t Node, but it increasingly likes to wear a Node-shaped costume. This release focuses on npm and Node compatibility and Deno’s compile command (for turning projects into single binary executables) now supports npm packages too which opens up a lot of use cases.

THE DENO TEAM


©️JS WEEKLY
πŸ‘5
ARTICLES & TUTORIALS

πŸ“ƒ Demystifying Tupper's Formula

Tupper’s self-referential formula is a formula that, when plotted, can represent itself. Confused? Luckily Eli shows us how simple the concept is and how to use JavaScript to render your own.

ELI BENDERSKY


πŸ“„ An Introduction to Web Components

A practical and straightforward introduction to using the custom element API now supported in all major browsers to create a basic tabbed panel.

MOHAMED RASVI


🎬 Why React is Here to Stay

A rebuttal of sorts to Adam Elmore’s video from two weeks ago: 🎬 I’m Done with React.

JOSCHA NESKE
πŸ‘3πŸ”₯3❀1
CHALLENGE #24
What is the output?
Anonymous Quiz
11%
0, 1
51%
1, 2
12%
0
25%
0, 3
πŸ‘9πŸ€”5
CHALLENGE #25
πŸ€”9❀5
Real-World
Next.js (2022)



Learn how to use Next.js for building web apps without compromising performance, user experience, and developer happinessKey FeaturesDevelop scalable web applications using Next.js.

Michele Riva
πŸ‘8
πŸ—“οΈ On this day 14 years ago: Node.js was created!

Have you been a part of the Node.js community for awhile? πŸ’š
❀19
CHALLENGE #26
What is the output?
Anonymous Quiz
65%
true
19%
false
16%
Error
πŸ€”10🀣8
Fullstack React: The Complete Guide to ReactJS and Friends

Stop wasting your time learning React with incomplete and confusing tutorials. There are so many incorrect, confusing, and out-of-date blog articles One tutorial says one thing and another says something completely different. ...

Anthony Accomazzo, Nate Murray, Ari Lerner
❀11πŸ‘4
🀣252
CHALLENGE #27
πŸ€”16❀4πŸ‘1
You Don’t Know Node.js EventLoop

You might be wondering if the title of this article is a bit ambitious, but fear not! I’ve put in the time and effort to cover everything you need to know about the EventLoop in Node.js. And believe me, you’ll discover so many new things along the way!

NAIRIHAR
πŸ”₯8❀3
🀣24πŸ‘4
CHALLENGE #28