Comments (2)
In addition to overriding React's public API, Preact Signals works by taking React internals and patching them while relying on fragile assumptions about how they work. This library is an entirely unsupported way to use React. The only reason it isn't constantly breaking is that we haven't done stable releases recently.
If React was a piece of hardware, this is exactly the kind of thing that voids the warranty. We can't help with debugging issues here, and we don't consider them bugs because so much has been meddled with.
If you have a repro case that doesn't rely on Preact Signals, we'd like to have a look. Thanks.
from react.
At least they got State Mangement right. Instead of talking about how they meddled with the ergonomics of React, isn't it better to learn from what they have done, to find a way to officially support Signals.
Its just more linear and feels natural to work with. I almost wonder why the core team had to make initial state management a pain with things like the reducer pattern which introduces a whole bunch of of issues.
If react where a design canvas on a scale of 10 it would be ranked very poorly. Ranking react at (2) would be very modest.
We all look at Signals and think useState, useReducer, useSelector, Actions, Dispatchs etc... are state management primitives the react core team designed to sound smart.
They are inefficient, long, hard, unnatural and just outright unpleasant to work with a concept like Signals completely render all those concepts redundant.
Lastly the preact team may have patched a few bits and pieces to make Signals work for the most part but at least they made State Management digestible.
And I suggest React does the same.
TLDR: The only reason we use JS is because of React and the only reason we use React is because of meta frameworks like NEXTJS
& REMIX.
I speak for most or all react developers.
Cheers!
from react.
Related Issues (20)
- Bug: Minified React error #299 | createRoot(...): Target container is not a DOM element. HOT 6
- Bug:
- Bug: React event does not trigger during HMR
- Request Listing my New Tool on Your Project
- collecting the error HOT 1
- Bug: ios elastically scrolls to a certain distance, causing some elements in the fixed content area to disappear? HOT 1
- Bug: support `fetchPriority` in camel-case on DOM nodes.
- Bug: Safari gets stuck when listening to "wheel" event and element size changes HOT 1
- Bug: moving item in list resets scroll when item has `key` prop HOT 4
- Bug: react.dev tutorial-tic-tac-toe sample project errors out in modern node versions HOT 11
- Feature request: TODO task HOT 1
- Could you please add a license file to the client-only package? HOT 8
- [DevTools Bug]: TypeError: Cannot read properties of undefined (reading 'forEach') HOT 10
- bypass progressive loading for the CSS HOT 5
- Bug: hydration fails when using Promise values with React Server Components
- Bug: Re-rendering dynamically nested createElement() unmounts children
- React Way to Make Immediate Changes on DOM HOT 1
- [React: re-render]: On changing search value: it re-render the whole component HOT 8
- Bug: some /public resources not served when proxy is enabled in manifest. HOT 2
- Bug: No apparent way to debug setupProxy.js HOT 1
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
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.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from react.