React Use memo does not update
Advertisements I have a todo list I moved the todolist use memo, so that it updates only when todo is added, but ui does not seem to reflect please help here import “./styles.css”; import React from “react”; export default function App() { return ( <div className=”App”> <h1>Hello CodeSandbox</h1> <h2>Start editing to see some magic happen!</h2>… Read More React Use memo does not update