create-react-library VS react-fiber-architecture

Compare create-react-library vs react-fiber-architecture and see what are their differences.

create-react-library

CLI for creating reusable react libraries. (by transitive-bullshit)

react-fiber-architecture

A description of React's new core algorithm, React Fiber (by acdlite)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
create-react-library react-fiber-architecture
5 17
4,794 11,079
- -
2.6 0.0
about 1 year ago about 2 months ago
JavaScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

create-react-library

Posts with mentions or reviews of create-react-library. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-12.
  • How are you bundling a React Component Library?
    9 projects | /r/reactjs | 12 Dec 2021
    At first i thought that this was THE solution but looking deeper at the source code, this tool is a wrapper around a wrapper around a wrapper.... Don't get me wrong, it probably works, but it's currently using a rollup configuration that was created in 2018, the package itself has not seen any updates in 17 months and has 106 open issues. Also the owner says himself that he's not able to work that much on it anymore and suggest to use TSDX which in return hasn't been updated in several months, many open issues and extensive customization is recommended with patch-package which already in itself is a red-flag :(
  • Awesome React Resources
    34 projects | dev.to | 4 Dec 2021
    create-react-library - CLI for creating reusable, modern React libraries using Rollup and create-react-app.
  • Build your own styled-components
    2 projects | dev.to | 4 Aug 2021
    Using create-react-library to scaffold a React component library.
  • How Did I build My First React Package
    3 projects | dev.to | 13 Jun 2021
    create-react-library
  • Looking for recommendation for react component starter
    2 projects | /r/react | 16 Jan 2021
    Just found this: https://github.com/transitive-bullshit/create-react-library

react-fiber-architecture

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.

What are some alternatives?

When comparing create-react-library and react-fiber-architecture you can also consider the following projects:

tsdx - Zero-config CLI for TypeScript package development

reactjs-interview-questions - List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!

turborepo - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]

Under-the-hood-ReactJS - Entire React code base explanation by visual block schemes (Stack version)

rollup-react-example - An example React application using Rollup with ES modules, dynamic imports, Service Workers, and Flow.

jsx-ast-utils - AST utility module for statically analyzing JSX

razzle - ✨ Create server-rendered universal JavaScript applications with no configuration

React - The library for web and native user interfaces.

patch-package - Fix broken node modules instantly 🏃🏽‍♀️💨

react-devtools - An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools.

vue3-component-library - This is a template for building vue components library.Project makes use of vue3.0 with rollup configuration to build treeshakable imports and Postcss for compilation of css

eslint-plugin-jsx-a11y - Static AST checker for a11y rules on JSX elements. [Moved to: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y]