From da3d1929fbb7993e42db4228d07ff1b9cf87f15f Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Fri, 23 Feb 2024 10:50:38 -0500 Subject: [PATCH] Update what-is-react-flux.md --- src/content/lesson/what-is-react-flux.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/content/lesson/what-is-react-flux.md b/src/content/lesson/what-is-react-flux.md index ea4d11b63..3eafa0f63 100644 --- a/src/content/lesson/what-is-react-flux.md +++ b/src/content/lesson/what-is-react-flux.md @@ -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? @@ -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. - \ No newline at end of file +