thaiphanvevo's comments

thaiphanvevo | 8 years ago | on: Introducing Atom-IDE

Facebook set a precedent in their open source licensing rules where users of their libraries aren't allowed to sue them for patent infringement.

thaiphanvevo | 9 years ago | on: An experienced Javascript developer’s account of learning React

> what's the alternative for small-to-medium React applications that still need to store state?

I've found that with small React apps, you normally organise each component to be responsible for handling its own state.

If you need a global shared state but your app isn't large enough for Redux then lots of people pass callbacks down to child components as parameters. True story.

thaiphanvevo | 9 years ago | on: Love for TypeScript

I don't think it's had much of an effect to be honest. Angular 2 (which has TypeScript going on) isn't even stable yet and seems to have lost a lot of mindset compared to React (which doesn't have TypeScript going on).
page 1