Echo JS 0.11.0

<~>

planttheidea comments

planttheidea 2442 days ago. link 2 points
By the way, after a small refactor I just did, moize.react is actually now twice as fast as it was (20x faster than v2).
planttheidea 2443 days ago. link 6 points
This is some super important JavaScript stuff going on here. Yup.
planttheidea 2451 days ago. link 1 point
A good entry, however it should be noted that you do not use functional components to build a higher order component ... You use a basic decorator function. A functional component accepts props, whereas a decorator accepts the component function itself. This will work with any version of React.
[more]