Design Patterns PHP
September 28, 2018
4. More
4.1. Service Locator THIS IS CONSIDERED TO BE AN ANTI-PATTERN! Service Locator is considered for…
Reactjs
August 18, 2018
MAIN CONCEPTS: Lifting State Up
Lifting State Up Often, several components need to reflect the same changing data. We recommend…
Wordpress
February 21, 2019
Child themes
Child Themes Sử dụng Child Themes cho phép bạn thay đổi hoặc chỉnh sửa theo…
Design Patterns PHP
September 26, 2018
1 Creational
In software engineering, creational design patterns are design patterns that deal with object creation mechanisms,…
Reactjs
August 18, 2018
ADVANCED GUIDES: Static Type Checking
Static Type Checking Static type checkers like Flow and TypeScript identify certain types of problems before you even run…
Reactjs
August 18, 2018
ADVANCED GUIDES: JSX In Depth
JSX In Depth Fundamentally, JSX just provides syntactic sugar for the React.createElement(component, props, ...children) function. The JSX…
Vuejs
August 18, 2018
Render Functions & JSX
Các hàm render & JSX Cơ bản Trong đại đa số các trường hợp, Vue…
Reactjs
August 18, 2018
MAIN CONCEPTS: Introducing JSX
Introducing JSX Consider this variable declaration: const element = <h1>Hello, world!</h1>; This funny tag syntax…
Vuejs
August 18, 2018
Class and Style Bindings
Một nhu cầu thường gặp khi thực hiện ràng buộc dữ liệu (data binding) là…