Become a member
Sign in
Thiago Antonius Oliveira Souza
Thiago Antonius Oliveira Souza

Thiago Antonius Oliveira Souza

51 Following
32 Followers
·
  • Profile

  • Claps

  • Highlights

  • Responses

Highlighted by Thiago Antonius Oliveira Souza

See more

From Why VueX Is The Perfect Interface Between Frontend and API by Kevin Ball

actions: {
login(context, credentials) {
return myLoginApi.post(credentials).then((user) => {
context.commit('setCurrentUser', user)
});
}

}

From Anyway, this is why I prefer Vue over React by darkylmnx

React: props (+ lifting state up) parent-to-child

Claps from Thiago Antonius Oliveira Souza

See more

The Benefits of Server Side Rendering Over Client Side Rendering

Alex Grigoryan

My Points on Flutter as a React Native Developer

Marius Reimer

Xamarin vs React Native vs Flutter — What Is Best For Cross-platform Development

Skywell Software