JavaScript Daily
11.6K subscribers
34 photos
2 videos
270 links
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.
Download Telegram
Today let's focus on memory management! Above you can learn how the mark & sweep garbage collection algorithm works.

On a very high-level, that's what your programming language runtime does under the hood when it deallocates memory.

πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ₯³πŸ₯³ D3.js v6.0 released πŸ₯³πŸ₯³

For more regular updates from JavaScript ecosystem,
πŸ”₯ Follow @javascriptdaily πŸ”₯

Catch the major updates here πŸ‘‡

https://github.com/d3/d3/blob/master/CHANGES.md
πŸ‘1
What Vue.js Does Better Than React

After delving deep into the Vue.js docs and playing around with Vue.js (note: I am in no way a Vue.js expert) I was shocked to find myself liking the way Vue.js did some things better than React.

Ultimately I hope that React steals is inspired by these things that Vue.js does and starts doing them as well.

Different Philosophies

Single File Components

Officially Supported Related Libraries

Style Guide

Class and Style Bindings

Slots

Directive Modifiers

Form Input Bindings

Custom Directives

Written in TypeScript

https://hswolff.com/blog/what-vuejs-does-better-than-react/

πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ‘7
Hardest things of being self taught is not knowing what to learn and structure of topics.
πŸ‘11
πŸ‘4😁2
πŸ•Ή Js13kGames is a JavaScript coding competition for HTML5 Game Developers. The fun part of the compo is the file size limit set to 13 kilobytes.

πŸ—“ The competition will start at 13:00 CEST, 13th August and end at 13:00 CEST, 13th September 2021. Theme for this year will be announced August 13th.

https://js13kgames.com/

πŸ”₯ Follow @javascriptdaily for more updates from JavaScript ecosystem πŸ”₯
πŸ‘13
Vue.js has been selected as Wikimedia Foundation's future JavaScript framework for use with MediaWiki CMS.


https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/thread/SOZREBYR36PUNFZXMIUBVAIOQI4N7PDU/
πŸ‘4
Top 5 JavaScript Frameworks for web developers in 2021

1. Vuejs (🌟 190k)
2. React (🌟 177k)
3. Angular (🌟 77.5k)
4. Next (🌟 76.1k)
5. jQuery (🌟 55.5k)
6. Svelte (🌟 51.9k)

Which one is your favorite?
πŸ‘66πŸ”₯19❀13
JavaScript solved the mystery.
😁146😱31πŸ”₯26πŸ‘17πŸ€”6πŸ™2
'Fetch' is coming to nodejs πŸŽ‰

Bye bye node-fetch and axios! πŸ‘‹
πŸ₯°40πŸ‘24❀15πŸ”₯7πŸŽ‰7πŸ‘3🀩2
Deno is a JavaScript and TypeScript runtime similar to Node.js, built on Rust and the V8 JavaScript engine. It was created by Ryan Dahl, the original inventor of Node.js, to counter mistakes he made when he originally designed and released Node.js back in 2009.

https://blog.appsignal.com/2022/02/09/an-introduction-to-deno-is-it-better-than-nodejs.html
πŸ‘21πŸ”₯5😱4πŸ‘Ž1
The package.json file is the key element of any Node project. It records important metadata about a project which is required before publishing to NPM, and also defines functional attributes of a project that npm uses to install dependencies, run scripts, and identify the entry point to our package.

https://nodesource.com/blog/the-basics-of-package-json
πŸ‘26❀6😁3
This media is not supported in your browser
VIEW IN TELEGRAM
We now have 8000+ followers πŸŽ‰
πŸ‘45πŸ‘11😁9πŸŽ‰9πŸ€”5πŸ”₯3
Future JavaScript

Pipeline operators are an upcoming feature to Javascript which gives us another way to pass values through a series of transformations.

It gives more context to what developers were trying to achieve when they wrote their code, and allow us to do some cool things to boot. Here, we'll take a quick look at pipeline operators, how they work, and how you can use them today.

https://dev.to/smpnjn/future-javascript-javascript-pipeline-operators-5jj
πŸ‘7πŸ‘2😁1