Skip to content

Commit

Permalink
Translate useEffect reference (#431)
Browse files Browse the repository at this point in the history
* Translate Intro and Reference

* Minor fixes based on comments from previous  PR

* Translate Usage: Connecting to an external system

* Translate Usage: Connecting to an external system - examples

* Translate Usage: Wrapping Effects in custom Hooks

* Translate Usage: Controlling a non-React widget

* Fix minor issues

* Translage Usage: Fetching data with effects

* Translate Usage: Specifying reactive dependencies

* Translate Usage: Specifying reactive dependencies: Examples

* Translate Usage: Updating state based on previous state

* Translate Usage: Removing unnecessary object dependencies

* Translate Usage: Removing unnecessary function dependencies

* Translate Usage: Reading the latest props and state from an Effect

* Translate Troubleshooting: My Effect runs twice

* Minor fix

* displaying-different-content-on-the-server-and-the-client

* Fix effect event translation

* Fix minor translation

* my-effect-runs-after-every-re-render

* my-effect-keeps-re-running-in-an-infinite-cycle

* Fix typos

* Fix hydration translations.

* my-cleanup-logic-runs-even-though-my-component-didnt-unmount

* my-effect-does-something-visual

* Fix casing

* Fix typos

* Fix casing

* Fix translations of setup function

* Apply suggestions from code review

Co-authored-by: Jakub Drozdek <[email protected]>

* Remove exclamation marks from code examples

* Fix rest of setup function translations

---------

Co-authored-by: Jakub Drozdek <[email protected]>
  • Loading branch information
dawidsabat and jakubdrozdek authored Oct 8, 2023
1 parent b693fbc commit c588c00
Showing 1 changed file with 287 additions and 288 deletions.
Loading

0 comments on commit c588c00

Please sign in to comment.