Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
i wanted to get data from local storage and map it into table but i am not getting any data from it in ReactJs

this is users component i want to pass the local storage data to view and i am not sure how can i do that

const [formValues, setFormValues] = useState([]);


   useEffect(() => {
  const formValues = localStorage.getItem('formValues')
    if(formValues){
      setFormValues(JSON.parse(formValues));
    }
}, []); 

in view component

  const View = ({values}) => {
 // useEffect(() => {
   // const localRows = localStorage.getItem("formValues");
   // if(localRows){
     //    setRows(JSON.parse(localRows));
   // }
  // },[]);
  return (
    <table>
      <tr>
    </tr>
      <tr>
      <td>
      </td>
      </tr>
    </table>
   
  )
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!