Friday, 10 January 2025

vuejs,react

 vue framework basics(directives,interpolation)

composition APi(incl. composables,options apis not covered)

components(incl. props,events,slots)

working with APIs(incl. fetching&storing data, handling errors,)

Typescript

transitions

vue router(for SPAS)

Pinia(shared state)

are you able to drive?

quiz game(exercise to build on your own)

image gallery(simple forms,events,v-if,attribute binding,v-for,

class binding,functions)

task list(

local storage,template refs,lifecycle hooks,watch)

Event registration mini app(fetching and storing data,optimistic,

UIS,error handling,tailwind css)

settings page(dyamic components ,forms,transitions,typescript)



computed values with computed()

basic reactivity with ref()

displaying data using interpolation

creating a vue application



No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...