Tag: React

  • Iniz: Makes ReactJS actually reactive

    Iniz: Makes ReactJS actually reactive

    Iniz is a state library that brings reactivity to ReactJS. Motivation ReactJS is a view library that uses “Push” strategy to detect changes and apply to actual DOM. For developers to “push” state through components, different patterns such as HOC, render-props, Context are introduced. These top-down approaches all have different drawbacks, such as extra re-renders…