React for Angular Developers
Are you an Angular dev looking to get started with React? If so, join Mark Brown for a guided tour of the differences and similarities. - https://goo.gl/L2B4Cv
#react #angular
Are you an Angular dev looking to get started with React? If so, join Mark Brown for a guided tour of the differences and similarities. - https://goo.gl/L2B4Cv
#react #angular
SitePoint
React for Angular Developers — SitePoint
Are you an Angular dev looking to get started with React? If so, then join Mark Brown for a guided tour of the differences and similarities between the two.
DOM Attributes in React 16
From React 16, any unknown attributes within HTML tags in JSX will be passed through rather than stripped out. This may help with some edge cases - https://goo.gl/nDQL7c
#react
From React 16, any unknown attributes within HTML tags in JSX will be passed through rather than stripped out. This may help with some edge cases - https://goo.gl/nDQL7c
#react
legacy.reactjs.org
DOM Attributes in React 16 – React Blog
This blog site has been archived. Go to react.dev/blog to see the recent posts. In the past, React used to ignore unknown DOM attributes. If you wrote JSX with an attribute that React doesn’t recognize, React would just skip it. For example, this: would render…
A React And Preact Progressive Web App Performance Case Study: Treebo
A case study on performance of a Progressive Web App built with React and then Preact. - https://goo.gl/M2s8w2
#react #prereact #pwa
A case study on performance of a Progressive Web App built with React and then Preact. - https://goo.gl/M2s8w2
#react #prereact #pwa
Medium
A React And Preact Progressive Web App Performance Case Study: Treebo
Authors: Treebo: Lakshya Ranganath, Chrome: Addy Osmani
7 Helpful HTTP Tools Worth Knowing About
A review of some HTTP CLIs & GUI clients like cURL, http-console, HTTPpie, and http-prompt. - https://goo.gl/HFp3gM
#http #tools
A review of some HTTP CLIs & GUI clients like cURL, http-console, HTTPpie, and http-prompt. - https://goo.gl/HFp3gM
#http #tools
Test Deeply Rendered Vue.js Components in Jest
See how to use vue-test-utils to test a fully rendered component tree. - https://goo.gl/NDqGMz
#vue #jest #testing
See how to use vue-test-utils to test a fully rendered component tree. - https://goo.gl/NDqGMz
#vue #jest #testing
Alex Jover
Test Deeply Rendered Vue.js Components in Jest
Let's see how to use vue-test-utils to test a fully rendered component tree.
Optimizing React Performance
How to improve React performance in production and avoid common mistakes. - https://goo.gl/SbcMEU
#react
How to improve React performance in production and avoid common mistakes. - https://goo.gl/SbcMEU
#react
Medium
Optimize React Performance
How to improve React performance in production and avoid common mistakes
Series: Building reusable custom components with Vue.js - Part 3: Autocomplete dropdown
In this part of our ongoing series about Building reusable custom components with Vue.js we are going to build an autocomplete dropdown from scratch. - https://goo.gl/vubkoD
#vue #components
In this part of our ongoing series about Building reusable custom components with Vue.js we are going to build an autocomplete dropdown from scratch. - https://goo.gl/vubkoD
#vue #components
DesignHammer Website Design and Development in North Carolina
Reusable Vue.js Components Part 3: Autocomplete dropdown
Jay builds on the lessons learned previous post to show how to build an autocomplete dropdown using Vue.js in Part 3 of our series on building reusable components.
The State of the Web and Its Performance
How can we make the Web better by designing and developing with performance in mind? A look at various ways of making impactful performance improvements. - https://goo.gl/LVqzFc
#web #performance
How can we make the Web better by designing and developing with performance in mind? A look at various ways of making impactful performance improvements. - https://goo.gl/LVqzFc
#web #performance
Medium
The State of the Web
A guide to impactful performance improvements
Removing the White Bars in Safari on iPhone X
The notch on the new iPhone can cause the display to have white bars on the sides of your site layout. This post shows some CSS and meta tags that can fix this. - https://goo.gl/u9jg7J
#css #viewPort
The notch on the new iPhone can cause the display to have white bars on the sides of your site layout. This post shows some CSS and meta tags that can fix this. - https://goo.gl/u9jg7J
#css #viewPort
Stephen Radford
Removing the White Bars in Safari on iPhone X
The new iPhone X features a beautiful edge-to-edge display. Well, almost. There is the small issue of a notch at the top of the browser which doesn't cause an issue when viewing websites in portrait but by default does cause some issues in landscape. To accommodate…
React 16 was released - https://goo.gl/AuZnQK
Among the changes are some long-standing feature requests, including fragments, error boundaries, portals, support for custom DOM attributes, improved server-side rendering, and reduced file size.
#react #release
Among the changes are some long-standing feature requests, including fragments, error boundaries, portals, support for custom DOM attributes, improved server-side rendering, and reduced file size.
#react #release
facebook.github.io
React v16.0 - React Blog
We're excited to announce the release of React v16.0! Among the changes are some long-standing feature requests, including fragments, error boundaries, portals, support for custom DOM attributes, improved server-side rendering, and reduced file size.
WebView with Injected JS Script
An approach to injecting JavaScript into an existing webView to allow for dynamic changes to the web properties. - https://goo.gl/h8U8g1
#webView #javaScript
An approach to injecting JavaScript into an existing webView to allow for dynamic changes to the web properties. - https://goo.gl/h8U8g1
#webView #javaScript
Medium
WebView with injected JS script
Few months ago my friend asked me if it’s possible to fill the forms without typing on website inside webView? Or even change the whole UI…
Vue.js communication part 2: parent-child components
Many Vue.js app components will probably have some sort of parent-child relationship. - https://goo.gl/gt8EFG
#vue
Many Vue.js app components will probably have some sort of parent-child relationship. - https://goo.gl/gt8EFG
#vue
gambardella.info
Vue.js communication part 2: parent-child components | Christian Gambardella
Many Vue.js app components will probably have some sort of parent-child relationship. In this part of the series I aim to talk about common patterns as well as
CoffeeScript 2: A New CoffeeScript for the ES6+ Era
This new release of the controversial compile-to-JS language preserves its clean syntax but bridges the gap with ES6 and beyond. - https://goo.gl/ZH42Hh
#coffeescript
This new release of the controversial compile-to-JS language preserves its clean syntax but bridges the gap with ES6 and beyond. - https://goo.gl/ZH42Hh
#coffeescript