react-delegate: React Delegate Pattern for Better Callbacks
There’s a great blog post which goes into detail of why you might want this. - https://goo.gl/trnshd
#react
There’s a great blog post which goes into detail of why you might want this. - https://goo.gl/trnshd
#react
GitHub
swipesapp/react-delegate
react-delegate - React delegate pattern for better callbacks
Improve Web Typography with CSS Font Size Adjust
Gajendar Singh introduces you to the font-size-adjust CSS property and explains why it’s important and how you can use it to enhance your web typography. - https://goo.gl/i66hPn
#css #typography
Gajendar Singh introduces you to the font-size-adjust CSS property and explains why it’s important and how you can use it to enhance your web typography. - https://goo.gl/i66hPn
#css #typography
SitePoint
Improve Web Typography with CSS Font Size Adjust — SitePoint
Gajendar Singh introduces you to the font-size-adjust CSS property and explains why it's important and how you can use it to enhance your web typography.
Fast Properties in V8
A look at how V8 handles object properties. Worth a read if you like to have a technical, under-the-hood sense of what’s going in V8. -
https://goo.gl/cwSSDE
#nodejs
A look at how V8 handles object properties. Worth a read if you like to have a technical, under-the-hood sense of what’s going in V8. -
https://goo.gl/cwSSDE
#nodejs
v8project.blogspot.co.uk
Fast Properties in V8
A blog by the V8 team for JavaScript enthusiast that want to get a glimpse 'under the hood' of Chrome's JavaScript engine.
Alternatives to Amazon’s Cloud Services (AWS)
Outlines some of the full-service competitors to AWS, some that are less established, and a handful of alternatives to individual cloud services useful to developers. - https://goo.gl/djeH9R
#cloud #service
Outlines some of the full-service competitors to AWS, some that are less established, and a handful of alternatives to individual cloud services useful to developers. - https://goo.gl/djeH9R
#cloud #service
Code Envato Tuts+
Alternatives to Amazon's Cloud Services (AWS)
Alternatives to Amazon's Web ServicesAmazon's AWS continues to innovate and dominate the cloud services market. It's grown so much that it's become a key component of Amazon's Wall Street...
TypeScript 2.5 Released
Microsoft’s typed JavaScript subset takes another step forward with mostly minor fixes and improvements such as optional ‘catch’ binding params and refactoring tools. - https://goo.gl/75ZUgp
#typescript #release
Microsoft’s typed JavaScript subset takes another step forward with mostly minor fixes and improvements such as optional ‘catch’ binding params and refactoring tools. - https://goo.gl/75ZUgp
#typescript #release
Architecting Electron Applications for 60 FPS
A deep-dive into optimizations that should be made to achieve smooth rendering, and a low resource footprint for Electron on all platforms. -
https://goo.gl/d6yCKV
#nodejs #electron
A deep-dive into optimizations that should be made to achieve smooth rendering, and a low resource footprint for Electron on all platforms. -
https://goo.gl/d6yCKV
#nodejs #electron
Writing Scalable React Apps with the Component Folder Pattern
Discover an approach for turning giant components into bite-sized logical pieces and organize them logically using the ‘component folder’ pattern. - https://goo.gl/q49dAq
#react
Discover an approach for turning giant components into bite-sized logical pieces and organize them logically using the ‘component folder’ pattern. - https://goo.gl/q49dAq
#react
Medium
Writing Scalable React Apps with the Component Folder Pattern
Discover how to organize your React components using the component folder pattern. It will help un-clutter your projects, and your life.
Discussing Progression, Curiosity, and Burnout with Dan Abramov
An hour long chat with the creator of Redux. Full transcript included. -
https://goo.gl/NhCucD
#podcast #DanAbramov
An hour long chat with the creator of Redux. Full transcript included. -
https://goo.gl/NhCucD
#podcast #DanAbramov
TylerMcGinnis.com - The linear, course based approach to learning web technologies.
Progression, Curiosity, and Burnout with Dan Abramov
In this episode I chat with Dan Abramov, an Engineer at Facebook and co-author of Redux. We discuss his upbringing and what it's like learning to program in Russia, the backstory of how Redux came to be, handling burnout, and much more.
Number Picture: React Components for Composing SVG Visualizations
React handles the DOM structure and D3 handles the animations and visuals. - https://goo.gl/JyXG9B
#react #svg #components
React handles the DOM structure and D3 handles the animations and visuals. - https://goo.gl/JyXG9B
#react #svg #components
Numberpicture
Number Picture - React + D3
Low-level React components for declaratively composing animated, interactive SVG visualizations.
Concurrent JavaScript: It Can Work
What would it take to extend concurrency to the entire JavaScript heap? A WebKit engineer goes in-depth with some ideas. - https://goo.gl/oWxyad
#javascript
What would it take to extend concurrency to the entire JavaScript heap? A WebKit engineer goes in-depth with some ideas. - https://goo.gl/oWxyad
#javascript
WebKit
Concurrent JavaScript: It can work!
Decaffeinating a CoffeeScript Codebase Without Losing Sleep
A look at the complexities and the process behind migrating a large CoffeeScript codebase to modern JavaScript. - https://goo.gl/v7yyry
#coffeescript
A look at the complexities and the process behind migrating a large CoffeeScript codebase to modern JavaScript. - https://goo.gl/v7yyry
#coffeescript
DataFox Tech Blog
Decaffeinating a Large CoffeeScript Codebase Without Losing Sleep
In 2013, DataFox chose CoffeeScript† over ECMAScript 5 because it improved developer productivity. It smoothed over many of the bad parts of JavaScript and p...
Measuring Performance Gains Going From Angular to React -
https://goo.gl/TQGkkF
@angular #react #performance
https://goo.gl/TQGkkF
@angular #react #performance
Medium
Measuring performance gains — AngularJS to React (with Redux or Mobx)
If you’re looking into migrating a large AngularJS single page application (SPA) to React and wondering what sort of performance gains you…
Tightly Controlled Textareas: Building Solid Plain Text Editors in React -
https://goo.gl/sDA7xe
#react
https://goo.gl/sDA7xe
#react
React Navigation Drawer Tutorial
How to add a drawer to your React Native app using React Navigation. - https://goo.gl/A39JP5
#reactnative
How to add a drawer to your React Native app using React Navigation. - https://goo.gl/A39JP5
#reactnative
Building Offline-Friendly Forms
Forms on the web don’t often play nice with bad connections, but here’s an approach to making them more robust. - https://goo.gl/hdjpfG
#javascript #offline #forms
Forms on the web don’t often play nice with bad connections, but here’s an approach to making them more robust. - https://goo.gl/hdjpfG
#javascript #offline #forms
Yes, That Web Project Should Be a PWA
Most sites can benefit from becoming a PWA — and your users will benefit too. - https://goo.gl/56zR9S
#pwa
Most sites can benefit from becoming a PWA — and your users will benefit too. - https://goo.gl/56zR9S
#pwa
Alistapart
Yes, That Web Project Should Be a PWA
Most websites—and, more importantly, their readers—can benefit from becoming PWAs. And it’s so easy!
react-native-pull-refresh: Custom Pull to Refresh Component for Android
Lets you use your own custom animation while refreshing. -
https://goo.gl/gRma4U
#reactnative
Lets you use your own custom animation while refreshing. -
https://goo.gl/gRma4U
#reactnative
GitHub
NadiKuts/react-native-pull-refresh
react-native-pull-refresh - Custom pull to refresh component for Android