Giter VIP home page Giter VIP logo

Comments (2)

developit avatar developit commented on May 1, 2024

@andyhu I should clarify up-front: Preact is not just an attempt to perfectly emulate React's behavior in a small library size (although preact-compat probably is that attempt). It is an implementation of the concepts of React, but it is not free of opinions. There is a fairly complete list of differences between Preact and React on the wiki.

Here are some key differences:

Preact is faster

This standard benchmark shows Preact is more than 2x faster overall:

Preact is much smaller

Preact is 3.5Kb, react-lite is 17kb.

More Features

Preact actually has more features from React than react-lite does! It can render to a static HTML string via preact-render-to-string. Further, Preact supports isomorphic rendering, meaning your code on the client picks up where the server rendered markup leaves off - the first render on the client is a diff, instead of a replace. Also, instead of being a no-op as they are in react-lite, PropTypes are fully supported (ie, respected/validated) in preact-compat.

Preact is Modern

Preact is written in ES2015. It intentionally avoids bringing deprecated APIs into its core, instead leaving that work to preact-compat so that it is entirely optional. It is pluggable via vnode hooks, includes performance features like batching right out of the box, and works in IE9.

from preact.

developit avatar developit commented on May 1, 2024

Closing since this is answered. Please let me know if I missed anything important.

from preact.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.