DEV Community

Discussion on: What JavaScript do you need to know to write Single-Page-Applications more effectively: A Guide

Collapse
 
andrewrooke profile image
andrewrooke

I am certainly no developer, but I was working on a quick simple proof of concept (POC) last week for an SPA (React, with a JSON file for a data store) to fix an internal problem. The biggest issue I struggled with what my lack of understanding of Hooks and passing state between components.

Collapse
 
rjzauner profile image
RoryJZauner

Awesome! Thank you for your reply. I am currently working on an example app where I am using React and Hooks to manage state. I hope I can have that ready soon.