RRRahul Ranjaninrahulranjans.hashnode.dev·Feb 2, 2023 · 3 min readReact-ReduxWhy REDUX? -Normally in React how to pass data? The data in React always flow from parent to child component which makes it unidirectional. ( It is not possible, we can send data from child to parent ). { How to overcome the issue to pass data in re...00
RRRahul Ranjaninrahulranjans.hashnode.dev·Jan 25, 2023 · 4 min readIntroduction to React FiberReact is a popular JavaScript library that is used by developers to create complex and modern UIs (user interfaces). To identify which elements are to be rendered after certain changes are made by the developer, React uses a "reconciler", an algorith...00