Month: November 2017

Mob Programming on a daily basis 5/5 (3)

Definition and rules To begin with, it’s a good chance to do some definition learning if you’re not familiar with the term before. “Mob programming is a software development approach where the whole team works on the same thing,…

Read More »

Chia sẻ ảnh thumbnail, title, description lên Facebook trong React js 5/5 (2)

Hôm nay mình sẽ hướng dẫn các bạn cách share ảnh thumbnail, title, description động lên facebook  trong ứng dụng ReactJS như dưới đây URL: https://ymeet.me/ Có vẻ như một hướng dẫn tương tự đã có rất nhiều…

Read More »

Keys trong React 5/5 (3)

Trong React khi chúng ta render nhiều component bằng 1 hàm map, ví dụ: this.state.users.map((user, i) => <Row user={user} key={i} />) chúng ta sẽ thấy React thông báo 1 warning trong console như sau: “Warning: Each child in…

Read More »

How to make a simple NPM module No ratings yet.

This article teachs you how to build and publish your own NPM (Node Package Manager) module to NPM registry (www.npmjs.com). It’s not difficult  as you might think, as you know NPM module is just a collection of javascript…

Read More »

Những packages không thể thiếu khi phát triển dự án với React 5/5 (1)

No Picture

Hôm nay mình sẽ giới thiệu tới các bạn một số packages, development tools, toys không thể thiếu trong phát triển dự án sử dụng Reactjs, React native (Các dự án Front-End khác tương tự) babel-plugin-module-alias Chắc chắn…

Read More »

Tạo một ứng dụng với React, Redux dễ dàng mở rộng, bảo trì 5/5 (1)

Cách đây vài năm, lần đâu tiên mình tiếp xúc với ReactJS, mình đã bị nó mê hoặc 😀 (chém), sau một tuần tìm hiểu trên các diễn đàn, các groups, các tutorials của các pro mình biết…

Read More »