Skip to content

Commit

Permalink
Update what-is-react-flux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Feb 23, 2024
1 parent cdf5c64 commit da3d192
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/content/lesson/what-is-react-flux.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ status: "published"

---

> ### ⚠️Warning⚠️
> The following article has information that currently is deprecated by the React community. Instead is recommended the use of the hooks `useContext` and `useReducer` in combination to handle de app data, using native libraries, you can learn how to do this in [this article](https://4geeks.com/lesson/managin-react-app-data). The information presented in this article still may be useful for legacy systems that are currently running with this library, although is not recommended for new developments.
Remember how we always say that programming is like Taco Bell? It’s always the same ingredients, except differently! In this particular case, we are going to be relying heavily on Events to create our entire application architecture.

## Why do we need Flux?
Expand Down Expand Up @@ -225,4 +222,4 @@ export default function ListItem({ task, index }) {
We have implemented the logic of our application in a context applying the flux pattern, allowing its use in different components. Now we can see the final result working.
<iframe src="https://replit.com/@4GeeksAcademy/flux-sample?lite=1&embed=true#src/App.jsx"></iframe>
<iframe src="https://replit.com/@4GeeksAcademy/flux-sample?lite=1&embed=true#src/App.jsx"></iframe>

0 comments on commit da3d192

Please sign in to comment.