Nitter
Аневризма
@aneurysmjs
Joined December 2013
Tweets
2,267
Following
46
Followers
173
Likes
487
111 Photos and videos
111 Photos and videos
Tweets
Tweets & Replies
Media
Search
Load newest
Аневризма
@aneurysmjs
20 Jul 2017
#grunt
and
#gulp
integrations exist. Let
#webpack
do the hard work. I can't live without webpack ok? I just can't :)
#javascript
#react
1
3
Аневризма
@aneurysmjs
19 Jul 2017
I can't even do a "hello world" without
#webpack
let's face it!
#javascript
#react
#angular
#inferno
#preact
3
Аневризма
@aneurysmjs
19 Jul 2017
I know that classes are syntactic sugar over the prototypal model but come on men!!! the prototypally not classically, prototypes are cool
Аневризма
@aneurysmjs
19 Jul 2017
Why
#classes
when you have
#prototypes
? Even I feel forced to use classes cuz all the frameworks use them
#javascript
#react
#angular
1
1
3
Аневризма
@aneurysmjs
17 Jul 2017
'rules' and 'loaders' describe to
#webpack
how to treat files before added to the dependency graph on a per file basis
#javascript
#react
1
Аневризма retweeted
Kav
@c0deNinja
13 Jul 2017
7 keys to structuring your Node.js app
bit.ly/2uVwz75
#NodeJS
1
2
Аневризма
@aneurysmjs
15 Jul 2017
Я не могу делать приложений без
#Вебпак
I can't do applications without
#webpack
#javascript
#react
#angular
#ionic
2
Аневризма
@aneurysmjs
14 Jul 2017
#webpack
is a module bundler and
#gulp
is a tasks automator But you can use gulp to orchestrate your things don't you think?
#javascript
1
Аневризма
@aneurysmjs
12 Jul 2017
Я всегда возвращаю функции (x) => (y) => x + y; Я не знаю почему :)
#JavaScript
#es2015
#ionic
#angular
#react
#reactnative
#inferno
1
1
Аневризма
@aneurysmjs
5 Jul 2017
convert a
#Set
into an array let arr = Array.from(new Set([1, 2])); let arr = [...new Set([1, 2])];
#javascript
#es6
#react
#angular
1
1
Аневризма
@aneurysmjs
27 Jun 2017
class Point () {} The result of a class definition is a function: > typeof Point 'function'
#javascript
#es6
#class
#react
#angular
1
Аневризма
@aneurysmjs
25 Jun 2017
#Observables
are just streams of events that we can transform, combine, and query
#javascript
#reactiveprogramming
#rxjs
#angular4
#angular
1
Аневризма
@aneurysmjs
24 Jun 2017
#Observables
are
#immutable
, and every operator applied to them creates a new Observable.
#javascript
#reactiveprogramming
#rxjs
#angular4
1
Аневризма
@aneurysmjs
23 Jun 2017
A reducer is just a function pass to a reduce function.
#javascript
#redux
#functionalprogramming
#react
#immutableprogramming
#danabramov
Аневризма
@aneurysmjs
23 Jun 2017
Transforming an event into an Observable unleashes the event from its natural constraints.
#javascript
#rxjs
#reactiveprogramming
#reactjs
Аневризма
@aneurysmjs
22 Jun 2017
An
#Observable
doesn’t start streaming items until it has at least one
#Observer
subscribed to it.
#javascript
#rxjs
#reactiveprogramming
Аневризма
@aneurysmjs
22 Jun 2017
Seeing your program as flowing sequences of data is key to understanding
#RxJS
programming
#javascript
#rxjs
#reactiveprogramming
#angular4
Аневризма
@aneurysmjs
22 Jun 2017
We can think an streaming sequence as an array in which elements are separated by "time" instead of by "memory"
#Javascript
#reactive
#rxjs
Аневризма
@aneurysmjs
19 Jun 2017
let f = async () => { let [u, i] = await Promise.all([fetch('u'), fetch('i')]); };
#javascript
#async
/await +
#destructuring
#omfg
#react
Аневризма
@aneurysmjs
19 Jun 2017
(async () => let u = await f('aj'))();
#async
/await changed asynchronously mind :p
#javascript
#es2017
#react
#angular
#inferno
1
1
Load more