Month: October 2018
Learn about React’s Virtual DOM and use this knowledge to speed up your applications. In this thorough beginner-friendly introduction to framework’s internals, we will demystify JSX, show you how React makes rendering decisions, explain how to find bottlenecks, and share some tips to avoid common mistakes.
Source: Optimizing React: Virtual DOM explained — Martian Chronicles, Evil Martians’ team blog
Inner Blocks are Gutenberg Blocks that allow inserting additional blocks within your own block. To understand it even better, imagine a shortcode that wraps the content. This content can then be shown or hidden. You can achieve that inside Gutenberg […]
Source: How to enable Inner Blocks in your Gutenberg Block – Igor Benić
Learn about React’s Virtual DOM and use this knowledge to speed up your applications. In this thorough beginner-friendly introduction to framework’s internals, we will demystify JSX, show you how React makes rendering decisions, explain how to find bottlenecks, and share some tips to avoid common mistakes.
Source: Optimizing React: Virtual DOM explained — Martian Chronicles, Evil Martians’ team blog
Host github.com Hostname ssh.github.com Port 443
Source: git – Github (SSH) via public WIFI, port 22 blocked – Stack Overflow
Gutenberg began as a transformation of the WordPress editor — a new interface for adding, editing, and manipulating content. It seeks to make it easy for anyone to create rich, flexible content lay…
Source: Introduction – The new Gutenberg editing experience — WordPress
Using PHP_code_sniffer
PHPCS is most useful when it is painlessly built into our existing development lifecycle and tools. There are integrations for this tool against most editors and it can easily be added as an SVN hook or as a step in your continuous integration process. Having the barrier to usage of this tool as low as possible makes it more likely that, as developers, we’ll make use of its features throughout our projects.
Source: Using PHP_code_sniffer