[Suggestion]: Providing formal definition of equality of two JSX values or giving a clarity if there is no formal definition possible.
Nessuno ha ancora preso questa issue.
- Lingua principale
- JavaScript
- Stelle
- 11.8k
- Fork
- 7.9k
- Merge medio
- 1g 11h
- PR unite (30g)
- 11
Descrizione
Summary
Formal Definition of Equality of two JSX values. If there is no formal definition possible then give practical guidelines.
Page
https://react.dev/learn/keeping-components-pure
Details
React documentation on "Keeping Components Pure" says that
React assumes that every component you write is a pure function. This means that React components you write must always return the same JSX given the same inputs.
It also mentions:
React offers a “Strict Mode” in which it calls each component’s function twice during development. By calling the component functions twice, Strict Mode helps find components that break these rules.
However, the page does not provide a formal definition of what it means for two JSX values to be "equal."
we can easily say 4 === 4 or "foo" === "foo",
But, To give a simple example, how do we define the equality of two JSX values like: "<Child {childConfig}="object1"> and <Child {childConfig}="object2">"
If object1 and object2 are deeply equal, does that imply that both JSX elements are considered equal as well? Or is equality based on referential identity of object1 and object2?
I think, This distinction is important to understand what it truly means of two JSX values being same.
If such a definition exists elsewhere in the React documentation, it would be helpful to reference it explicitly from this page to clarify expectations around JSX equality and purity.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia dalla pagina “Keeping Components Pure” collegata nell’issue e rivedi la sua spiegazione degli input uguali e dei risultati JSX. Chiarisci se l’uguaglianza di JSX debba essere definita formalmente o sostituita da indicazioni pratiche sull’identità degli oggetti e sull’uguaglianza profonda, e aggiungi un riferimento o una spiegazione esplicita affinché i lettori sappiano che cosa significa “lo stesso JSX”.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, react
- Ambito
- documentation
- Tipo di issue
- Documentazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100