CSS Exclusions may look similar to CSS Shapes in that they can wrap content around an element. Technically, however, they serve a different purpose. - https://goo.gl/yJAOAj
#css
#css
Web Design Envato Tuts+
CSS Exclusions: Making Boring Layouts Less Boring
In this tutorial, we are going to explore CSS Exclusions. At the first glance, CSS Exclusions may look similar to CSS Shapes in that they wrap content around an element. Technically, however, they...
Make a Skype Bot with Electron and the Microsoft Bot Framework
This is a thorough walkthrough of using the Microsoft Bot Framework from Node. - https://goo.gl/jHNrKD
#node #bot
This is a thorough walkthrough of using the Microsoft Bot Framework from Node. - https://goo.gl/jHNrKD
#node #bot
Sitepoint
Make a Skype Bot with Electron & the Microsoft Bot Framework — SitePoint
Almir Bijedic builds a chatbot to hold daily scrum meetings via Skype. Learn to use Microsoft Bot Framework and Node to connect to multiple chat networks.
JavaScript Errors and Stack Traces in Depth
How the call stack works, Error objects, and how and why you can manipulate stack traces. - https://goo.gl/acWqV8
#javascript
How the call stack works, Error objects, and how and why you can manipulate stack traces. - https://goo.gl/acWqV8
#javascript
A Detailed Introduction To Webpack
Webpack is a powerful tool that bundles your app source code efficiently for use in the browser. There have been many intros but this is another great one. - https://goo.gl/2yYPQ2
#webpack
Webpack is a powerful tool that bundles your app source code efficiently for use in the browser. There have been many intros but this is another great one. - https://goo.gl/2yYPQ2
#webpack
Smashing Magazine
Webpack - A Detailed Introduction — Smashing Magazine
JavaScript module bundling has been around for a while. RequireJS had its first commits in 2009, then Browserify made its debut, and since then several other bundlers have spawned across the Internet. Among that group, _webpack_ has jumped out as one of the…
10 React Mini-Patterns — Includes controlling CSS with props, using components to format text, and importing components without relative paths. - https://goo.gl/DzhR83
#react
#react
Hacker Noon
10 React mini-patterns
Over the last few years, I’ve worked on a handful of decent-sized React projects, and many, many pint-sized ones. Throughout this magical…
React Trend: A Simple Sparklines Data-Vis Component — A component to show ‘sparklines’, lines that show a trend or fluctuations in data. - https://goo.gl/7zsGfY
#react #component
#react #component
Test your Redux app by rendering it in Node, simulate user interactions and verify changes in state and markup - https://goo.gl/aajd17
#react #redux #test
#react #redux #test
Hacker Noon
Low effort, high value. Integration tests in Redux apps.
You can test your Redux app by rendering it in node, simulating user interactions and verifying changes in state and markup.
Create sounds right in the browser with the Web Audio API. This post does a good job of starting with the basics and showing off some demos. - https://goo.gl/2hm3jB
#webapi #audio
#webapi #audio
CSS-Tricks
Introduction to Web Audio API | CSS-Tricks
Web Audio API lets us make sound right in the browser. It makes your sites, apps, and games more fun and engaging. You can even build music-specific applic
Create Offline Web Apps Using Service Workers & PouchDB.
How to build offline web apps using Service Workers for client-side caching and PouchDB to store data locally and sync to a server DB. - https://goo.gl/RAdP1B
#serviceworker
How to build offline web apps using Service Workers for client-side caching and PouchDB to store data locally and sync to a server DB. - https://goo.gl/RAdP1B
#serviceworker
SitePoint
Create Offline Web Apps Using Service Workers & PouchDB
Artem Tabalin teaches you to build offline web apps using Service Workers for client-side caching and PouchDB to store data locally and sync to a server DB.
How to Add A Web App Manifest and Mobile-Proof Your Site — Steps to mobile proofing your website for 2017 - https://goo.gl/1CSTfp
#manifest #progressiveweb
#manifest #progressiveweb
Medium
How to add a Web App Manifest and mobile-proof your site
It’s the year 2017, and everyone has a phone — statistically an Android phone, if it’s a smartphone.
The Complete Guide to CSS Grid
Learn everything about the CSS Grid Module in this illustrated guide with practical examples & demos. - https://goo.gl/rCG2q3
#css #grid
Learn everything about the CSS Grid Module in this illustrated guide with practical examples & demos. - https://goo.gl/rCG2q3
#css #grid
Codrops
A Complete Guide to CSS Grid | Codrops CSS Reference
Learn everything about the CSS Grid Module in this illustrated guide with practical examples and demos. A Codrops CSS Reference entry by Hui Jing Chen.
Best Practices for Testing React Components — A handful of quick Jest+Enzyme practices. - https://goo.gl/PDMVvp
#react #jest #test
#react #jest #test
Medium
Testing React Components Best Practices
In this article, we will describe our React components testing practices with Jest+Enzyme which are also applicable to Mocha+Chai.
Creating A Horizontal Scrolling Navigation Control
A simple guide to creating a scrollable panel for touch use, augmented with click and drag functionality for mouse input. - https://goo.gl/oqpj1A
#css
A simple guide to creating a scrollable panel for touch use, augmented with click and drag functionality for mouse input. - https://goo.gl/oqpj1A
#css
Approaches to Testing Service Workers
An incredibly thorough guide to different approaches being taken to test service workers by the Chrome DevRel team. - https://goo.gl/Jxuz5D
#serviceworker #test
An incredibly thorough guide to different approaches being taken to test service workers by the Chrome DevRel team. - https://goo.gl/Jxuz5D
#serviceworker #test
Medium
Testing Service Workers – Dev Channel
In this post we’ll be looking at some of the approaches being taken to test service workers in the latest service worker libraries the…
Comparing Performance Between a Native iOS Swift App and React Native.
I found the results surprising, with React Native often winning. - https://goo.gl/Fqy9dE
#reactnative
I found the results surprising, with React Native often winning. - https://goo.gl/Fqy9dE
#reactnative
Medium
Comparing the Performance between Native iOS (Swift) and React-Native
React-Native is a hybrid mobile framework that lets you build apps using only JavaScript. However, unlike other hybrid mobile technologies…