Hasen Judihasen.hashnode.devยทJan 2, 2024How 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...1 likeReactAdd a thoughtful commentNo comments yetBe the first to start the conversation.