🔥 Burn Fat Fast. Discover How! 💪

JavaScript Daily

Logo of telegram channel javascriptdaily — JavaScript Daily J
Logo of telegram channel javascriptdaily — JavaScript Daily
Channel address: @javascriptdaily
Categories: Uncategorized
Language: English
Subscribers: 14.05K
Description from channel

Daily JavaScript / JS community news, links and events.
"First, software ate the world, the web ate software, and JavaScript ate the web."
'JavaScript' is a trademark of Oracle Corporation in the US. We are not endorsed by or affiliated with Oracle.

Ratings & Reviews

1.50

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

0

2 stars

1

1 stars

1


The latest Messages 5

2023-03-23 21:21:16
What do you think?

https://react.dev/learn/start-a-new-react-project
700 views18:21
Open / Comment
2023-03-17 07:08:58
749 views04:08
Open / Comment
2023-03-16 06:16:06 Rust for TypeScript Developers

https://youtube.com/playlist?list=PLm323Lc7iSW9Qw_iaorhwG2WtVXuL9WBD
774 viewsedited  03:16
Open / Comment
2023-03-15 10:13:13 32 Awesome JavaScript Snippets (one-liners) You Should Use

Some useful JavaScript stuff I have saved and I think it can help make your life as a developer easier.

Follow @javascriptdaily

https://www.rahul.biz/blog/32-javascript-snippets
1.4K views07:13
Open / Comment
2023-03-15 08:08:59 TypeScript 5.0 rebuilt to use ECMAScript modules

With TypeScript 5.0, the TypeScript development team has restructured the entire codebase to use ECMAScript modules, reducing package size and improving performance.

TypeScript 5.0, due from Microsoft as a production release on March 16, has been restructured around the use of ECMAScript modules, a major infrastructure change for the strongly typed JavaScript variant.

Users of TypeScript 5.0, which currently is in a release candidate stage, will need to run Node.js 12 at a minimum. In return, npm installs promise to execute a little faster and take up less space, with the typescript package sized reduced by roughly 46%, Microsoft said in a March 9 bulletin. TypeScript too will be faster, with build times cut by 10% to 25%. API consumers of TypeScript likely will be unaffected.

Follow @javascriptdaily

https://www.infoworld.com/article/3690342/typescript-50-rebuilt-to-use-ecmascript-modules.html
1.5K viewsedited  05:08
Open / Comment
2023-03-10 17:55:49 Web component JS frameworks overview by their syntax and features

https://component-party.dev
670 views14:55
Open / Comment
2023-03-09 13:09:38 2023 Web Framework Performance Report - How do modern web frameworks compare in real-world usage & performance? - Does framework choice influence a site’s Core Web Vitals? - How related is framework choice to JavaScript payload size, and what is the impact?…
468 views10:09
Open / Comment
2023-03-09 10:11:57 WTF Is Code Extraction
By #MiškoHevery (Builder.io / #Qwik)

We are full-stack developers! That means we write both client and server code. But where should we place the server and client code? Conventional wisdom says that we should put them in different files. Except, it is not so simple; we also have code that runs both on the server and client. After all, we do Server-side rendering (SSR), so most of our client code also runs on the server.

I want to challenge the conventional wisdom and convince you that there is an existing trend of putting server and client code together and that it is better. Let’s call it: “code collocation.”

The idea of placing server and client code together is not new, and it is already happening in NextJS/Remix/SolidJS.

But we have a problem to solve. We need to provide code to the server and code to the client, and as of right now, server code can’t access the DOM API and client code can’t read server dependencies such as databases. So there needs to be a way to separate the code.

The act of separating the code and creating server and client code bundles is called code extraction. Three different strategies starting with the most basic to advanced ones, are:
- Export extraction
- Function extraction
- Closure extraction

Let’s dive into them.

Follow @javascriptdaily

https://www.builder.io/blog/wtf-is-code-extraction
774 viewsedited  07:11
Open / Comment
2023-03-09 07:30:04 2023 Web Framework Performance Report

- How do modern web frameworks compare in real-world usage & performance?
- Does framework choice influence a site’s Core Web Vitals?
- How related is framework choice to JavaScript payload size, and what is the impact?

Take a look at the report by #FredSchott from #Astro. Please keep in mind of the methodology and limitations.

Follow @javascriptdaily

https://astro.build/blog/2023-web-framework-performance-report/
982 viewsedited  04:30
Open / Comment
2023-03-02 16:19:16 import function from "something.js";


https://www.freecodecamp.org/news/javascript-modules/
674 views13:19
Open / Comment