mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#es6

0 Beiträge0 Beteiligte0 Beiträge heute
Antwortete im Thread

... as you may have noticed: Vizflow has *NO* dependencies.

That's right: zero.

Vizflow is built using vanilla JS. Also, it has the necessary polyfills built-in to the (optional) helper functions, to make cross-browser compatibility much less of an issue!

#Vizflow #visualization #ES6 #JavaScript #ECMAscript

github.com/vizflow/vizflow

GitHubGitHub - vizflow/vizflow: vizflow is an ES6 interactive visualization enginevizflow is an ES6 interactive visualization engine - vizflow/vizflow

Large Scale Apps with Vue, Vite and TypeScript: Build Large and Scalable front-ends that leverage component isolation, internationalization, localization, a modular state manager, component Libraries, etc leanpub.com/courses/leanpub/vu by Damiano Fusco is the featured online course on the Leanpub homepage! leanpub.com #ComputerProgramming #Javascript #Vuejs #Typescript #WebDevelopment #React #Angular #Es6 #Ember

I'm sure there's some technical reason it can't be done, but I really want to be able to wrap destructured variables with functions.

instead of:
```
const { prop, otherProp } = object;
const propAsNumber = parseInt(prop);
```

I want to do:
```
const { parseInt(prop), otherProp } = object;
```

#javaScript#webDev#frontend