Software Alternatives & Reviews

Preact.js

Preact is a fast 3kB alternative to React with the same modern API. Components & Virtual DOM. subtitle

Preact.js Reviews and details

Screenshots and images

  • Preact.js Landing page
    Landing page //
    2023-05-11

Badges

Promote Preact.js. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

JS frameworks are replaceable

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Preact.js and what they use it for.
  • Preact vs React: A Comparative Guide
    In this post, we get to know more about Preact, one of this year's trending libraries. And we'll compare it to React to see which one suits better for our projects. - Source: dev.to / 6 days ago
  • Episode 24/13: Native Signals, Details on Angular/Wiz, Alan Agius on the Angular CLI
    Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid,... - Source: dev.to / 24 days ago
  • How I built a cross-framework frontend library
    At the very bottom of the image, there are 3 blocks that I chose to call application components. If you are building a cross-framework library, these can be built with whatever tools you want! Only catch is, all the tools you use to build it, will be needed by everyone consuming it. So choose wisely, and be mindful of how many kilobytes of third party code you will need in order to ship. In Schedule-X, I chose to... - Source: dev.to / 4 months ago
  • React Jam just started, making a game in 13 days with React
    >> React is not traditionally used for making games, but that's part of the fun and the challenge. R > MS Flight Simulator cockpits are built with MSFS Avionics Framework which is React-like and MIT licensed: https://github.com/microsoft/msfs-avionics-mirror/tree/main/src/sdk/components Million.js is faster than preact, and lists a number of references under Acknowledgements: ... - Source: Hacker News / 4 months ago
  • HTML Data Attributes: One of the Original State Management Libraries
    DEV is a Rails monolith, which uses Preact in the front-end using islands architecture. The reason why I mention all this is that it's not a full-stack JavaScript application, and there is no state management library like Redux or Zustand in use. The data store, for the most part on the front end, is all data attributes. - Source: dev.to / 5 months ago
  • Hacktoberfest 2023 Recap
    Along the way, I not only got the oppurtunity to revise old concepts that had blurred in my memory, but also learnt about new technologies like Fresh.js, a framework from Deno (a js runtime engine) that uses Preact, a React Routing library and used Chakra UI for the first time. - Source: dev.to / 6 months ago
  • Framework Interoperable Component Libraries Using Lit Web Components.
    I've thought about this a lot while using other frameworks like Deno Fresh which uses Preact under the hood, mainly for JSX templating, but also for islands functionality. Within that framework you can't really use React component libraries. You start to think more about generating static HTML like this example from the Deno blog [A Whole Website in a Single JavaScript File,... - Source: dev.to / 7 months ago
  • Nue: A React/Vue/Vite/Astro Alternative
    A truly reactive Preact [1] is merely 3 kb of JS. OTOH the need for really simple bits of interactivity does occur in real life. If the htmx [2] approach does not cu it, a micro-library like this could. [1]: https://preactjs.com/ [2]: https://htmx.org/. - Source: Hacker News / 8 months ago
  • How are folks feeling about the React team's push toward server components?
    Is Preact in that general vein? I've never used it, I only know it's "lightweight React.". Source: 12 months ago
  • How do I get honest feedback? (developer tool, Python)
    I would suggest putting that’s it’s a streamlit alternative in the front page with benefits over streamlit as front and center. Basically take a look at the preact homepage and how they are doing it. Source: 12 months ago
  • Is it possible to build a “framework agnostic” library like tanstack table?
    If it's just a component library, you just need to use a tiny library that cat target the web component standard such as Preact or Lit (both libraries weight around 3kb). Web components can be used somewhat easily in any framework. Here's an example. Source: about 1 year ago
  • Supercharging Autocomplete and Typechecking for JSX Components with Generics!
    In this article, we're going to use Preact as our JSX library to render components, and we'll build a table rendering component that will infer and typecheck its props based on whatever data we give it. - Source: dev.to / about 1 year ago
  • Am I missing something with React?
    On the other hand, if your app does need to update live but you want to keep things a bit closer to the metal than React, I highly recommend Mithril. It is a great everything-you-need-nothing-you-don't framework with a similar design philosophy to React but a much smaller and easier to learn API. I think Preact falls into a similar category though I have not used it personally. Source: about 1 year ago
  • The best Next.js starter templates
    One of the key features of this starter template is its use of Preact, a lightweight and fast alternative to React that can help improve the performance of your application. Additionally, the template is configured to use TypeScript, a popular typed superset of JavaScript that can help catch errors early and improve the overall quality of your code. - Source: dev.to / about 1 year ago
  • Tauri vs Iced vs egui: Rust GUI framework performance comparison (including startup time, input lag, resize tests)
    I’ll give you a simple example out of many. You may know about Preact, it uses exactly the same API as React while greatly improving performance AND reducing the core bundle size by about half on average. Source: about 1 year ago
  • Ejs rekindled my passion
    Bloated? Is it the filesize? Try Preact. https://preactjs.com. Source: over 1 year ago
  • Tech stack discussion
    Preact like React but more lightweight. Source: over 1 year ago
  • Any former accountants that made the transition to Front End?
    React: https://reactjs.org/ - Their own docs are quite bad but the community using it is huge so there's thousands upon thousands of guides on the internet; I also recommend looking into Preact once you're familiar: https://preactjs.com/. Source: over 1 year ago
  • Concepts behind modern frameworks
    In frameworks that re-run their component functions, like react and preact, this allows to opt out parts of the components again when the state it depends on does not change. - Source: dev.to / over 1 year ago
  • Building a full stack app with Deno Fresh and Fauna
    If you are familiar with React you will feel right at home with Fresh. Fresh uses Preact, a minimal version of React. - Source: dev.to / over 1 year ago
  • Tools for analyzing the meta: build play rate, build win rate and build trees
    Preact with React compatibility for a smaller bundle size in production. Source: over 1 year ago

External sources with reviews and comparisons of Preact.js

20 Best JavaScript Frameworks For 2023
Preact is built with the same core principle of React – A component-based approach with Virtual DOM while completely compatible with React. It can even use React packages without compromising on speed, performance, and leaner size. In instances where the full potential of React isn’t necessary, most developers even use React during development and switch to Preact for production. Many major companies like Tencent,...
Top 15 jQuery Alternatives To Know
ReactJS is a powerful JavaScript library to create user interfaces. Developers can design easy views at each stage in the application and there is regular update and rendering for the actual components whenever there is any data alteration. It is component-driven and creates encapsulated components that manage their own state.
Top 5 JavaScript Frameworks To Learn in 2021
But according to the graph above, we can notice a decrease in interest in Preact. This might result from having many similar frameworks with the same specs, like react-lite, Inferno, etc. However, knowing a framework like Preact will be useful for your development journey.
The Best JavaScript Frameworks You’re Not Using
One thing you may be wondering…if Preact is faster on page load, what are some of the trade-offs Ben Halpern mentioned in his quote above? There is a great discussion thread started by Dan Abramov of the React team that addresses this. Responding to a question asking for his thoughts on Preact, Dan has this to say:

Do you know an article comparing Preact.js to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Preact.js discussion

Log in or Post with

This is an informative page about Preact.js. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.