Views On Vue

VoV 009: Building Modal Component with Filipa Lacerda

Informações:

Synopsis

Panel: Charles Max WoodErik HanchettDivya SasidharanChris FritzJoe Eames Special Guests: Filipa Lacerda In this episode of Views on Vue, the panelists discuss building modal component with Filipa Lacerda. Filipa is a senior frontend engineer at GitLab and works with Vue daily. She wrote an article recently on creating reusable components that you can use multiple times in your application without having to rewrite your code. She stresses the fact that components should be simple and not too complex, that way they can be more accessible and reusable in the future. In particular, we dive pretty deep on: Divya introFilipa introVue and GitLabWhat makes a component reusable?Main focusWhat do you see that people do wrong in components?Makes your reusable components as simple as possibleAccessible componentsPlanning componentsSteps to writing reusable componentsTestingAre there types of accessibility that aren’t handles by area?SeizuresRachel Nabors VueConf TalkHow do you refine this for reusability and access