Generic components

How to create FormGeneric and fields components to reduce repetitive code with React and Typescript? | PART II

After creating the context in FormGeneric and the context provider, it is time to explain how to consume the context of a FormGeneric

How to create generic Forms and Fields components to reduce repetitive code with React and TypeScript? | Part I

Create generic forms that help us minimize and optimize our code thanks to reuse, with React and TypeScript.