Building a Location Sharing App with React Native and Pusher
Learn how to build a location-sharing app using the geolocation functionality in React Native and broadcast geolocation data in realtime with Pusher. - https://goo.gl/e3VvNg
#reactNative
Learn how to build a location-sharing app using the geolocation functionality in React Native and broadcast geolocation data in realtime with Pusher. - https://goo.gl/e3VvNg
#reactNative
Pusher
Build a geolocation sharing app with React Native
In this tutorial, we will be building a location-sharing app using React Native and you will learn how to use the realtime geolocation functionality.
Express.js and AWS Lambda — A Serverless Love Story
You’ve probably built an Express app, but what about taking it serverless? Claudia to the rescue. - https://goo.gl/QmYH58
#nodejs #aws
You’ve probably built an Express app, but what about taking it serverless? Claudia to the rescue. - https://goo.gl/QmYH58
#nodejs #aws
freeCodeCamp
Express.js and AWS Lambda — a serverless love story
If you are a Node.js developer or you’ve built an API with Node.js, there’s a big chance you used Express.js. Express is de facto the most…
Why and How I Created my First Vue.js Plugin
Cedric Poilly has created VueGAPI, a Vue.js plugin for the Google API. In this article, he explains how he created his first Vue plugin and offers solutions for problems you may encounter when developing your own. - https://goo.gl/TmG77a
#vue
Cedric Poilly has created VueGAPI, a Vue.js plugin for the Google API. In this article, he explains how he created his first Vue plugin and offers solutions for problems you may encounter when developing your own. - https://goo.gl/TmG77a
#vue
Medium
Why and How I created my first Vue.js Plugin
About me
Everything You Need to Know About CSS Variables
How variables work natively in CSS, and how to use them to make your life a lot easier. - https://goo.gl/9yRzDR
#css
How variables work natively in CSS, and how to use them to make your life a lot easier. - https://goo.gl/9yRzDR
#css
freeCodeCamp
Everything you need to know about CSS Variables
Most programming languages have support for variables. But sadly, CSS has lacked support for native variables from the very beginning.
Announcing Flutter Beta 1: Build Beautiful Native Apps
The first beta release of Flutter just got announced at Mobile World Congress 2018. It’s Google’s mobile UI framework for crafting native interfaces for both iOS and Android. - https://goo.gl/kocy8A
#mobile #flutter
The first beta release of Flutter just got announced at Mobile World Congress 2018. It’s Google’s mobile UI framework for crafting native interfaces for both iOS and Android. - https://goo.gl/kocy8A
#mobile #flutter
Google Developers Blog
Announcing Flutter beta 1: Build beautiful native apps
News and insights on Google platforms, tools, and events.
Bringing Together React, D3, and Their Ecosystem
D3.js is a de facto standard for building complex data visualizations on the Web and while bringing it together with React can be challenging, there are many ways to do it successfully. - https://goo.gl/m3xCB3
#d3js #react
D3.js is a de facto standard for building complex data visualizations on the Web and while bringing it together with React can be challenging, there are many ways to do it successfully. - https://goo.gl/m3xCB3
#d3js #react
Smashing Magazine
Bringing Together React, D3, And Their Ecosystem — Smashing Magazine
React and D3.js are great tools to help us deal with the DOM and its challenges. They can surely work together, and we are empowered to choose where to draw the line between them.
Cancelling Async Operations in Vue.js
Promises are a useful feature of JavaScript, but have a major downside: they can’t be cancelled. In this article, Michał Męciński shows how and why cancelling async operations is important, providing an example from Vue.js. - https://goo.gl/aeEr2s
#vue
Promises are a useful feature of JavaScript, but have a major downside: they can’t be cancelled. In this article, Michał Męciński shows how and why cancelling async operations is important, providing an example from Vue.js. - https://goo.gl/aeEr2s
#vue
codeburst
Cancelling async operations in Vue.js
Promises are a very powerful feature in JavaScript, but they lack one important feature: cancellation.
How To Speed Up CI Builds with the new NPM 'ci' Command
npm 5.7 was released this week but a serious issue was quickly reported where it was breaking filesystem permissions. 5.7.1 is now out to fix the problem, so we can focus on one of 5.7’s new features instead, npm ci. - https://goo.gl/goRMc4
#nodejs #ci
npm 5.7 was released this week but a serious issue was quickly reported where it was breaking filesystem permissions. 5.7.1 is now out to fix the problem, so we can focus on one of 5.7’s new features instead, npm ci. - https://goo.gl/goRMc4
#nodejs #ci
Medium
How To Speed Up Continuous Integration Build With New NPM CI And package-lock.json
While very controversial, the new npm release 5.7.0 brings some amazing features which will have noticeable positive impact on your…
How to JavaScript in 2018
From command-line tools and webpack to Babel, TypeScript, Flow and beyond, a very 2018 look at the JavaScript world. - https://goo.gl/1cCtu4
#javascript
From command-line tools and webpack to Babel, TypeScript, Flow and beyond, a very 2018 look at the JavaScript world. - https://goo.gl/1cCtu4
#javascript
Telerik Blogs
How to JavaScript in 2018
From command-line tools and webpack to Babel, TypeScript, Flow and beyond, let's talk about how to use JavaScript in 2018.
A Sneak Peek at What’s Beyond React 16
At this week’s JSConf Iceland, Redux creator Dan Abramov shared the React team’s latest vision for what the future of React might look like, along with some never-before-seen prototypes - https://goo.gl/ykeZT2
#react
At this week’s JSConf Iceland, Redux creator Dan Abramov shared the React team’s latest vision for what the future of React might look like, along with some never-before-seen prototypes - https://goo.gl/ykeZT2
#react
reactjs.org
Sneak Peek: Beyond React 16 - React Blog
Dan Abramov from our team just spoke at JSConf Iceland 2018 with a preview of some new features we’ve been working on in React. The talk opens with a question: “With vast differences in computing power and network speed, how do we deliver the best user…
Higher Order Components in Vue.js
Higher Order Components is a technique from React which may be helpful in writing reusable and maintainable code. In this post, Bogna Knychała describes how to create HOCs using Vue.js. - https://goo.gl/njLQv2
#vue #hoc
Higher Order Components is a technique from React which may be helpful in writing reusable and maintainable code. In this post, Bogna Knychała describes how to create HOCs using Vue.js. - https://goo.gl/njLQv2
#vue #hoc
Medium
Higher Order Components in Vue.js
As described in React’s documentation, Higher Order Component is a function which takes as an argument a component and returns newly…
Good to great UI animation tips
Practical suggestions to improve your UI micro-interactions - https://goo.gl/5UAF2r
#ui #design
Practical suggestions to improve your UI micro-interactions - https://goo.gl/5UAF2r
#ui #design
UX Collective
Good to great UI animation tips
Practical suggestions to improve your UI micro-interactions.
The Webpack 4.0 Release: What’s New?
A quick roundup of the features and improvements. - https://goo.gl/E8qDvE
#tools #webpack
A quick roundup of the features and improvements. - https://goo.gl/E8qDvE
#tools #webpack
Auth0 - Blog
Webpack 4.0 Release: What's New?
Webpack 4.0 has officially been released. What's new? What improvements were made? Learn how to build faster web applications with this new release.
Xamarin vs React Native vs Ionic: Cross-Platform Mobile Frameworks Comparison
A look at cross platform mobile frameworks, comparing Xamarin, React Native and Ionic. - https://goo.gl/SbiaVV
#mobile #xamarin #reactNative #ionic
A look at cross platform mobile frameworks, comparing Xamarin, React Native and Ionic. - https://goo.gl/SbiaVV
#mobile #xamarin #reactNative #ionic
Prototypr
Xamarin vs React Native vs Ionic: Cross-platform Mobile Frameworks Comparison
Cross-platform mobile development has long been a viable alternative to fully native engineering. Following the classic native approach…
Bitmasks and the new React Context API
A look at the key parts of the new Context API and how bitmasks are used to optimize performance. - https://goo.gl/tDqGTC
#react
A look at the key parts of the new Context API and how bitmasks are used to optimize performance. - https://goo.gl/tDqGTC
#react
hph.is
Bitmasks and the new React Context API
With the imminent release of React 16.3.0, the experimental Context API receives a major overhaul and is finally officially supported as a core part of the React API. Using it properly, however, may require understanding bitmasks.
Designing A Perfect Responsive Configurator
Dives deep into the dos and don’ts of designing a responsive Web-based product configurator, with a checklist of things to use and keep in mind. - https://goo.gl/HLpfD2
#css
Dives deep into the dos and don’ts of designing a responsive Web-based product configurator, with a checklist of things to use and keep in mind. - https://goo.gl/HLpfD2
#css
Smashing Magazine
Designing A Perfect Responsive Configurator — Smashing Magazine
How would you design a responsive car configurator? How would you deal with accessibility, navigation, real-time previews, interaction and performance? Let's figure it out.
Front-end Case Studies
A curated list of technical talks and articles about real-world enterprise front-end development - https://goo.gl/R6qFsE
#frontEnd
A curated list of technical talks and articles about real-world enterprise front-end development - https://goo.gl/R6qFsE
#frontEnd
GitHub
andrew--r/frontend-case-studies
frontend-case-studies - 💼 A curated list of technical talks and articles about real-world enterprise frontend development