hasen.hashnode.devHow to build complex forms without tons of callbacksThere's an interesting idea in imgui libraries based on C where the input field takes a pointer to the value it's supposed to edit: input_field("label", &object.field) We can take inspiration from this idea to define input components in (p)react...Jan 2, 2024·5 min read
hasen.hashnode.devHow to create a React app from scratch (2024)This is a guide for setting up the frontend of a web application that can import libraries from npm: the node package manager. The article's title mentions React, but this is done for the purpose of helping people find this guide (aka "SEO"). Althoug...Jan 2, 2024·12 min read