r-park / todo-react-redux

Todo app with Create-React-App • React-Redux • Firebase • OAuth
https://todo-react-redux.firebaseapp.com
MIT License
1.02k stars 272 forks source link

Question: self-binding #67

Closed raycent closed 7 years ago

raycent commented 7 years ago

How did you use :: for self-binding? Is that ES7?

r-park commented 7 years ago

Yes, it's the proposed ES7 function bind operator.

Babel stage-0 makes it possible. Here's the .babelrc config