JavaScript
32K subscribers
1.04K photos
10 videos
33 files
722 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
πŸ‘8❀6πŸ”₯3
CHALLENGE #74
What is the output?
Anonymous Quiz
46%
15
30%
16
17%
[1, 2, 3, 4, 5]
6%
0
πŸ”₯16πŸ‘10❀1
πŸ—ž Issue 22 / 14.07.2023


πŸ“„ Driver.js: Create On-Page Tours, Highlights, and Contextual Help

A no-dependency, vanilla JavaScript library for putting together page tours and contextual help systems. The project is a few years old but has just been entirely rewritten and gained numerous enhancements, plus a huge lick of paint. There are lots of examples to check out.

KAMRAN AHMED


πŸ“„ Component Party: A Rosetta Stone of UI Library Code Examples

A comparison of different frameworks (like React, Vue, Svelte, Angular, Ember, etc.) by way of simple code snippets covering various tasks.

MATHIEU SCHIMMERLING


©️JS WEEKLY
❀9πŸ‘2
πŸŽ‰ RELEASES

Ember 5.1
The ambitious JS framework that'll never give up takes a big step into the TypeScript world with stable TypeScript support and types-a-plenty.

p5.js 1.7
Processing-inspired JavaScript library for creative coding. v1.7 introduces WebGL 2 and frame buffer support.

Prisma 5.0
A popular ORM for Node.js and TypeScript. 5.0 boasts significant performance improvements.

typescript-eslint 6.0


⚑️ IN BRIEF

obj?.prop = value;
The optional chaining assignment proposal advanced to stage 1 at TC39 this week. (Explanatory slidedeck.)

The folks at Sandworm have shared a look at the state of the npm registry including lots of trivia, history, and stats on how many packages there are, as well as the most commonly used keywords in packages.

Google shares a case study on performance of scroll-driven animations using its new browser based API versus 'classical JavaScript techniques.' Unsurprisingly it's much faster running away from the main thread, and the spec remains in draft for now.

npm will now check the linked source commit and repo when you view a package's provenance information on npmjs.com and warn you when said provenance cannot be established.

GitHub is rolling out a beta of passwordless, passkey based authentication on GitHubβ€€com.
πŸ”₯7πŸ‘4
CHALLENGE #75
πŸ‘5❀4πŸ€”2πŸ”₯1
As a programmer - what path do you take?

daboigbae
❀24πŸ‘13🀣3πŸ”₯1
CHALLENGE #76
πŸ‘11🀣6πŸ”₯2❀1
Managing RxJS Traffic with Signals and Suspensify

While Angular is not the first framework to implement Signals, it is The framework where developers rely most on RxJS...

Younes Jaaidi
❀7πŸ”₯4πŸ‘2
CHALLENGE #77
What is the output?
Anonymous Quiz
60%
John 30
40%
undefined undefined
πŸ‘23
❀10πŸ”₯2
CHALLENGE #78
πŸ‘21❀5πŸ‘Ž5
😒...

I am Programmer, l have no life.
🀣15πŸ€”8πŸ‘4πŸ”₯2πŸ‘Ž1
πŸ—ž Issue 23 / 18.07.2023


πŸ“„ Upgrading TypeORM with jscodeshift

TypeORM is an ORM that supports both Data Mapper and Active Record patterns, and last year it introduced some breaking changes that left the author of this post facing a lot of updates to be made. What to do? Write a β€˜codemod’ to automate the job! Even if you don’t use TypeORM, this post might give you some ideas for other places to use a code rewriting approach.

CLINTON BLACKBURN


πŸ“„ Deploying a Fastify and Vue 3 Static Site to Heroku

One way to get the benefits of a static site architecture but retain the option to flexibly add server-side functionality later.

LIRAN TAL


©️NODE.JS WEEKLY
πŸ”₯6❀2πŸ‘2
πŸ“° RELEASES


Octokit.js 3.0
Official GitHub SDK for browsers, Node, and Deno.

Fastify 4.20
The fast, low overhead web framework.

HyperExpress 6.8
High-perf HTTP / WebSocket server.

Nest 10.1
Popular server-side framework.

Mercurius 13.1
GraphQL adapter for Fastify.
πŸ›  CODE & TOOLS


πŸ”© Kanel: Generate TypeScript Types from Postgres

It works by inspecting a live database and outputs code you can add to a TypeScript project and use with something like Knex (above) – GitHub repo.

KRISTIAN DUPONT


πŸ”© fusion.ssg: A Minimal Framework for Static Websites

Think React may be overkill for a simple, static project? This new framework might be all you need. Here’s a video demo of it in operation.

JEFF SCHWARTZ
❀6πŸ‘2πŸ”₯1