🔥 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 6

2023-03-02 08:29:13 https://dev.to/this-is-learning/react-vs-signals-10-years-later-3k71
1.1K views05:29
Open / Comment
2023-02-27 22:49:23 https://dev.to/this-is-learning/the-evolution-of-signals-in-javascript-8ob
53 views19:49
Open / Comment
2023-02-18 17:42:55 There wouldn't be any need to use Typescript?

https://dev.to/smpnjn/types-may-finally-be-coming-to-javascript-56a2
717 views14:42
Open / Comment
2023-02-17 08:27:37
Introduction to Signals

Angular announced they are adopting Signals to achieve reactivity
1.4K viewsedited  05:27
Open / Comment
2023-02-15 09:11:43
Did JavaScript just got faster ?

Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on three main things:
- Start fast (it has the edge in mind).
- New levels of performance (extending JavaScriptCore, the engine).
- Being a great and complete tool (bundler, transpiler, package manager).

Bun uses the JavaScriptCore engine(WebKit), which tends to start and perform a little faster than more traditional choices like V8.

Bun is written in Zig, a low-level programming language with manual memory management.

Most of Bun is written from scratch including the JSX/TypeScript transpiler, npm client, bundler, SQLite client, HTTP client, WebSocket client and more.

https://bun.sh/


Follow @javascriptdaily
213 views06:11
Open / Comment
2023-02-03 22:30:36 https://youmightnotneedjquery.com/
797 views19:30
Open / Comment
2023-01-21 07:57:40 JS Promises While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready? Promises are becoming…
3.4K views04:57
Open / Comment
2023-01-14 09:51:36 Develop desktop apps from websites, using system installed browsers and NodeJS.

https://gluonjs.org/
740 views06:51
Open / Comment
2023-01-11 13:21:15
State of JS 2022

2022.stateofjs.com
1.2K views10:21
Open / Comment
2023-01-07 04:04:27 As 2022 ends, we will start looking forward to 2023. The JavaScript world is evolving quickly, and there are lots of growing projects, some of which deserve your attention, and some that do not. In this article, we will look at six JavaScript projects to watch in 2023.

https://byteofdev.com/posts/javascript-projects-2022/
1.2K views01:04
Open / Comment