react-fiber-architecture

A description of React's new core algorithm, React Fiber (by acdlite)

React-fiber-architecture Alternatives

Similar projects and alternatives to react-fiber-architecture

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better react-fiber-architecture alternative or higher similarity.

react-fiber-architecture reviews and mentions

Posts with mentions or reviews of react-fiber-architecture. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-13.
  • React Fiber Architecture
    1 project | news.ycombinator.com | 12 Mar 2024
  • "Build your own React" - Fiber tree
    2 projects | dev.to | 13 Nov 2023
  • 16 React Interview Questions
    1 project | dev.to | 18 Oct 2023
    Here is great documentation for you to follow if you are interested in understanding the core concepts.
  • Reactivity Without Virtual DOM
    5 projects | news.ycombinator.com | 10 Feb 2023
    Can someone remind me why virtual DOM was/is desirable in the first place and why updating the DOM directly is desirable now?

    If I understand correctly react elements are created in memory, and only upon "render" it is turned into the actual DOM. Supposedly manipulating the actual DOM is "heavy" hence delay/pruning the virtual DOM tree first then rendering would be beneficial? Then why is it working with DOM directly is desirable? And am I right to assume that "without virtual DOM" means work with DOM directly? Someone in the comment mention that Svelte is without vDOM already. Is there some design document that I can refer to, like the reconciliation engine used in react https://github.com/acdlite/react-fiber-architecture

  • Что такое React Fiber - React Fiber Architecture
    2 projects | dev.to | 29 Dec 2022
    Перевод статьи Эндрю Кларка “React Fiber Architecture” https://github.com/acdlite/react-fiber-architecture
  • Front-end Guide
    54 projects | dev.to | 23 Nov 2022
    Over the years, new view libraries that are even more performant than React have emerged. React may not be the fastest library out there, but in terms of the ecosystem, overall usage experience and benefits, it is still one of the greatest. Facebook is also channeling efforts into making React even faster with a rewrite of the underlying reconciliation algorithm. The concepts that React introduced has taught us how to write better code, more maintainable web apps and made us better engineers. We like that.
  • React Fiber, Virtual DOM and Shadow DOM - The Ultimate Front-End Interview Questions Guide Pt: 2
    1 project | dev.to | 3 Jun 2022
    The concept is a bit complex, but if you're interested in finding out how we might see React in a few years, you can read this documentation from the React page: https://github.com/acdlite/react-fiber-architecture
  • React Virtual DOM It’s Not Rocket Science
    1 project | dev.to | 28 May 2022
    Fiber is the new reconciliation engine in React 16. Its main goal is to enable incremental rendering of the virtual DOM. This is a complicated concept, basically, this new algorithm is a reimplementation of older versions of the React reconciler, has some improvements on prioritizing the order of how things are rendered, breaks the limits of the call stack, and lets it pause or start rendering work wherever required. You can read more here and here
  • Jikji - Layout library for building effortless reports in React
    4 projects | dev.to | 14 May 2022
    The result was "Jikji" library (why Jikji? it will need another blog:)) ). It uses React Fiber to get the component hierarchy and reorganized, split, and layout the components before rendering and making a print-ready web view that can easily be printed or converted to PDF or images.
  • ReactJS Virtual DOM and Reconciliation - Explain Like I'm Five
    1 project | dev.to | 11 Apr 2022
    The mechanism to diff one tree with another to determine which parts need to be changed and then update the original DOM with it is called Reconciliation. You can learn about Reconciliation here. ReactJS uses a new reconciliation engine called Fiber since version 16.0. You can read more about the React Fiber Architecture here.
  • A note from our sponsor - WorkOS
    workos.com | 26 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →