Diky Arga
FE - Search Experience
the "efficient" solutions
Too full-stack
Setup
secure-client
What if nested CRUD?
the "efficient" solutions
{
endpoint: '/_exclusive/bukacryptos',
fields: [
{
name: 'Name',
type: 'string',
defaultValue: ''
},
{
name: 'Price',
type: 'integer',
required: true
}
]
}
<div v-for="field in fields">
<magic-field :name="field.name" :type="field.type" :is-required="field.isRequired"/>
</div>
Config base input field
the "efficient" solutions
You may end up with too many variants
Isn't flexible, let's say you want to modify something to use it in another place
I still need the code, so I can modify it for certain use cases
The problem with this approach
the "efficient" solutions
the "efficient" solutions
You get the actual code, so we customize it whatever we want
take a look the example at