Echo JS 0.11.0

<~>

davidspiess comments

davidspiess 2638 days ago. link 1 point
Compute the conditional name string in a selector and pass it as prop down to the view component. Profit.
davidspiess 2639 days ago. link 2 points
He will be transitioning to Facebook to share his performance knowledge with the React Fiber team. But he is not abandoning the project , he will continue to be present in a smaller capacity.
davidspiess 2662 days ago. link 1 point
I can't agree on your opinion that knowledge about react and redux will become meaningless in the future. The key point about redux is, you don't have to learn yet another framework specific api. It's based purely on functional programming principles, so if you wrap your head about them once, you can build apps without any magic going on under the hood.
Learning about FP was extremely valuable for my career and made me for sure a better programmer too.
davidspiess 2666 days ago. link 1 point
Async functions have arrived with this release. In my case i could remove Babel completely. Only drawback i noticed, the compile time is a little bit longer than Babel. But the file size of my compressed and optimized bundle shrinked from 690 to 650kb. I think it's worth trying out.
davidspiess 2727 days ago. link 1 point
Really curious how this turns out. Where can we see the results?
davidspiess 2796 days ago. link 1 point
Be advised, in many cases a pure component with shouldComponentUpdate() implemented, can be slower than rerendering it.
Only use it after recognizing a performance bottleneck when profiling your application.
davidspiess 2812 days ago. link 1 point
Finally a smooth scroll library using a functional approach and having a tiny file size. Awesome! :)
[more]