High Performance React: 3 Tools to Speed Up Your Apps
Including the browser devtools’ perf timeline, why-did-you-update, and a Chrome extension. - https://goo.gl/SCofH3
#react #tools
Including the browser devtools’ perf timeline, why-did-you-update, and a Chrome extension. - https://goo.gl/SCofH3
#react #tools
freeCodeCamp
High Performance React: 3 New Tools to Speed Up Your Apps
React is usually pretty fast, but it’s easy to make small mistakes that lead to performance issues. Slow component mounts, deep component…
Native Directory: A Curated List of 200+ React Native Libraries -
https://goo.gl/GC93mM
#reactNative #libraries
https://goo.gl/GC93mM
#reactNative #libraries
React Native Directory
Native Directory
Native Directory is a curated list of React Native libraries to help you build your projects.
Reverse Engineering One Line of JavaScript
A fascinating look at how a ray-casted checker board effect was implemented in a mere 101 bytes of JavaScript. - https://goo.gl/YztXsd
#javascript
A fascinating look at how a ray-casted checker board effect was implemented in a mere 101 bytes of JavaScript. - https://goo.gl/YztXsd
#javascript
Alex Kras
Reverse Engineering One Line of JavaScript
Few months ago I saw an email asking if someone could unwrap this one line of JavaScript. [crayon-59766ddc725ba454234539/] This line will render just like the image below. You can see it in your br…
Microcosm: A Data Layer For React
Microcosm is a general tool for managing state, splitting up large apps, and structuring React code. - https://goo.gl/dM7h3n
#react #microcosm
Microcosm is a general tool for managing state, splitting up large apps, and structuring React code. - https://goo.gl/dM7h3n
#react #microcosm
https://viget.com
Introducing Microcosm: Our Data Layer For React | Viget
Microcosm is our general tool for managing state, splitting up large apps, and structuring our React code.
Setting Up 2FA for Node Apps
A demo of adding 2-factor authentication to an existing app, powered by the speakeasy library. - https://goo.gl/vdWPbF
#nodejs
A demo of adding 2-factor authentication to an existing app, powered by the speakeasy library. - https://goo.gl/vdWPbF
#nodejs
Pony Foo
Setting up 2FA for Node.js Applications
Let’s take a look at how we can quickly hash out a correct two-factor authentication (2FA) solution for our web applications. First off, let’s work out the …
The Main New Features of ES2017
The new features in the 8th edition of the EcmaScript specification including padStart, padEnd, Object.getOwnPropertyDescriptors and more. - https://goo.gl/RfThcw
#es2017 #javascript
The new features in the 8th edition of the EcmaScript specification including padStart, padEnd, Object.getOwnPropertyDescriptors and more. - https://goo.gl/RfThcw
#es2017 #javascript
Hacker Noon
ES8 was Released and here are its Main New Features 🔥
The new features of the EcmaScript specification 8th edition
Building Node APIs with Async/await and Firebase
Paul Breslin covers the typical use cases you’ll come across when creating RESTful API endpoints to read and write to a Firebase database instance. - https://goo.gl/ymMtHQ
#nodejs
Paul Breslin covers the typical use cases you’ll come across when creating RESTful API endpoints to read and write to a Firebase database instance. - https://goo.gl/ymMtHQ
#nodejs
freeCodeCamp
How to write beautiful Node.js APIs using async/await and the Firebase Database
This tutorial will cover the typical use cases you’ll come across when writing RESTful API endpoints to read and write to a Firebase…
An Intro to React Native for iOS Developers
A thorough high-level introduction to React Native and related concepts that I think is useful for all developers with mobile development experience. - https://goo.gl/7F2Wss
#reactnative
A thorough high-level introduction to React Native and related concepts that I think is useful for all developers with mobile development experience. - https://goo.gl/7F2Wss
#reactnative
artsy.github.io
Intro to React Native for an iOS Developer - Artsy Engineering
React Native is a new native library that vastly changes the way in which you can create applications. The majority of the information and tutorial...
A Beginner’s Guide to Progressive Web Apps
An in-depth article on developing for the frontend web, Progressive Web Apps and the JavaScript ecosystem in general. - https://goo.gl/ZdYWVJ
#progressiveWebApp
An in-depth article on developing for the frontend web, Progressive Web Apps and the JavaScript ecosystem in general. - https://goo.gl/ZdYWVJ
#progressiveWebApp
Hacker Noon
A Beginner’s Guide to Progressive Web Apps & the Frontend Web
Developing for the frontend web and keeping up with the Javascript ecosystem and all the new terms and flashy frameworks can be…
Building Better Backgrounds
Approaches to stacking CSS background images for improved readability, using object-fit and ES2015+. - https://goo.gl/4Vp8cp
#css
Approaches to stacking CSS background images for improved readability, using object-fit and ES2015+. - https://goo.gl/4Vp8cp
#css
Medium
Building Better Backgrounds
Approaches to stacking css background images on mobile for improved readability, using object-fit and ES2015+.
Using Pusher to build a realtime React VR App with multi user support -
https://goo.gl/bkpq12
#react #vr
https://goo.gl/bkpq12
#react #vr
Pusher Blog
Building a realtime React VR app - Pusher Blog
Discover how you can create a realtime React VR app, using websockets to support multi-user interactions.
Generating Images in JS Without the Canvas API
for putting them into Android notifications locally. A powerful solution for a very specific situation, resulting in notably rich notifications. - https://goo.gl/w9aTC7
#javascript
for putting them into Android notifications locally. A powerful solution for a very specific situation, resulting in notably rich notifications. - https://goo.gl/w9aTC7
#javascript
Medium
Generating Images in JavaScript Without Using the Canvas API
And putting them into a web notification
A Checklist of Node Production Best Practices
19 different tips or best practices to consider when putting your Node apps into production, along with pop-out examples and links. - https://goo.gl/zQ1ur4
#nodejs
19 different tips or best practices to consider when putting your Node apps into production, along with pop-out examples and links. - https://goo.gl/zQ1ur4
#nodejs
Goldbergyoni
Checklist: Node.JS production best practices
Last updated: 13/07/2017 Welcome to my comprehensive collection of tips on running Node.JS in production. It aims to summarize most of the knowledge gathered to date from the highest ranked…
Designing The Perfect Slider
A thorough guide to things you need to consider when creating ‘slider’ UI elements. - https://goo.gl/RTbG1B
#slider #ui
A thorough guide to things you need to consider when creating ‘slider’ UI elements. - https://goo.gl/RTbG1B
#slider #ui
Apollo Server 1.0: A GraphQL Server for All Node Frameworks
A community-maintained, open-source GraphQL server that works with Express, Hapi, Koa, Lambda, Micro, Restify, etc. - https://goo.gl/j7HxDW
#nodejs #graphQL
A community-maintained, open-source GraphQL server that works with Express, Hapi, Koa, Lambda, Micro, Restify, etc. - https://goo.gl/j7HxDW
#nodejs #graphQL
Apollo GraphQL
Apollo Server 1.0 — A GraphQL server for all Node.js frameworks
Use GraphQL with Express, Hapi, Koa, Lambda, Micro, Restify, etc.
JavaScript Factory Functions with ES6+
“In JavaScript, any function can return an object. When it does so without the new keyword, it’s a factory function.” - https://goo.gl/QsqRAF
#javascript #es6
“In JavaScript, any function can return an object. When it does so without the new keyword, it’s a factory function.” - https://goo.gl/QsqRAF
#javascript #es6
Medium
JavaScript Factory Functions with ES6+
Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in…
Enhancing CSS Layout: From Floats To Flexbox To Grid
Manuel Matuzović thinks Grid is “one of the most exciting developments since responsive design” adding that we should “get the best out of it as soon as possible”. - https://goo.gl/UXMxdy
#css #layout #float #flexbox #grid
Manuel Matuzović thinks Grid is “one of the most exciting developments since responsive design” adding that we should “get the best out of it as soon as possible”. - https://goo.gl/UXMxdy
#css #layout #float #flexbox #grid
Smashingmagazine
Progressively Enhancing CSS Layout: From Floats To Flexbox To Grid – Smashing Magazine
CSS tutorial on how we can use floats, Flexbox and CSS Grid with a few lines of CSS to build flexible, responsive multi-column CSS layouts.
You Might Not Need jQuery
“a good bit has changed in browser land since the last ‘You Might Not Need jQuery’ article you might have stumbled upon” - https://goo.gl/r4J44S
#javascript
“a good bit has changed in browser land since the last ‘You Might Not Need jQuery’ article you might have stumbled upon” - https://goo.gl/r4J44S
#javascript
CSS-Tricks
(Now More Than Ever) You Might Not Need jQuery
The DOM and native browser API's have improved by leaps and bounds since jQuery's release all the way back in 2006. People have been writing "You Might