Published inTeamFormReact: different ways to enhance child componentsWhen designing React components, there are cases we want to change how the child components work, usually this is done by passing in…Jan 12, 20211Jan 12, 20211
Published inTeamFormUpdating React to version 17React.js version 17 doesn’t have new features, but there are a lot of changes including some “breaking changes” under the hood. These are…Dec 31, 2020Dec 31, 2020
Do we still need shouldComponentUpdate when using React-Redux? — tl;dr; YES, case by caseAs the question asked in title, do we still need PureComponent or shouldComponentUpdate? I think the answer is YES.Mar 19, 2018Mar 19, 2018
Redux vs Component State, some immature thoughtsRecently, just found almost all the new projects are using Redux by default, but in fact, you might not need Redux.Feb 6, 2018Feb 6, 2018
Don’t use bootstrapI am working on some web apps, and most of them are using different versions of bootstrap, from v1 to v4 beta. And it makes development…Oct 5, 20172Oct 5, 20172
Angular 4 life cycle functions and the equivalent React.js ones, for funNow I am using Angular 4 building a complex form. With Reactive forms, it’s quite easy to generate a form with model and change it on the…Sep 15, 20172Sep 15, 20172
Angular 4 EXCEPTION: Expression has changed after it was checked.From last week I am trying to use Angular 4 Reactive forms to implement a dynamic form based on JSON configuration.Aug 24, 2017Aug 24, 2017
Improvements of Angular 4This is a short introduction for the improvements of Angular 4 framework, why it’s faster, and better than AngularJS.Aug 17, 2017Aug 17, 2017
Make React.js App fastHow fast is fast? It depends on various conditions. But it’s always better to make the app as fast as possible.Jul 29, 2017Jul 29, 2017
Before asking how to choose a JS frameworkI have heard a lot of people asking about what’s difference between React.js and Angular 4, how to choose a JS framework, etc.Jul 26, 2017Jul 26, 2017