const construct = (spec) => { const that = {}; that.method = () => spec.method(); that.getProp = () => spec.prop; return that; }; there’s no need for #this #javascript this is wrong #dontuseclasses
1
#recursion is an isomorphism for #iteration #Рекурсию является изоморфизмом для #итерацию #javascript
1
Аневризма retweeted
So What’s New in Babel 7? blog.bitsrc.io/so-whats-new-… #JavaScript
1
1
Аневризма retweeted
JavaScript engine fundamentals: optimizing prototypes ow.ly/non430lATg6 #JavaScript
1
How to return nth fuctions based on the arguments lenght. const f = (x, y, z) => x + y + z; So: const cu = someCurry(f) cu(1)(2)(3) cu(1, 2)(3) cu(1)(2,3) How? @getify @kentcdodds @dan_abramov @_ericelliott ? #javascript #функциональноепрограммированое
2
3
#composition is simply nesting the result of #function as the input to another function Композиция является просто результатом функции в качестве входных данных в другую функцию const result = f(g(x)); #javascript #react #vue #inferno
1
Аневризма retweeted
RDD: Readme Driven Development. Definitely recommended 👍
2
31
126
Аневризма retweeted
Understanding Javascript Prototypes codementor.io/ajaysudani07/u… #JavaScript
1
Аневризма retweeted
We’re under attack! 23 Node.js security best practices ow.ly/BBlT30lk8ZO #NodeJS #Security
4
4
Аневризма retweeted
The Complete Illustrated Flexbox Tutorial – freeCodeCamp medium.freecodecamp.org/the-… #CSS
1
2
Аневризма retweeted
Let's make a form that puts current location to use in a map! css-tricks.com/lets-make-a-f…
28
104
Аневризма retweeted
How to Stop Using Callbacks and Start Living dashbouquet.com/blog/fronten… #JavaScript
1
1
Аневризма retweeted
Okay, Rust. You have my attention. nitter.catsarch.com/chinedufn/status/10222…
2
5
46
Аневризма retweeted
How to use React Lifecycle Methods » Andreas Reiterer andreasreiterer.at/reactjs-l… #ReactJS
1
1
Аневризма retweeted
Tagged template literals in ES2018 discoversdk.com/blog/tagged-… #JavaScript
1
Аневризма retweeted
How express.js works - Understanding the internals of the express library ⚙️ sohamkamani.com/blog/2018/05…
1
1