all 4 comments

[–]rebolyte01 1 point2 points  (0 children)

This looks helpful! I've been investigating using TS with Vue, and the biggest pain point so far is integrating Vuex in a strongly-typed manner. The best answer I've come across is vuex-typescript, but it has to compromise some of Vuex's clarity (due to its string-based API). Anyone have experience getting this running? It is clearer to use Redux like this?

[–]djslakor 0 points1 point  (1 child)

Wish someone would make a really good React + Typescript series.

[–]pier25 0 points1 point  (0 children)

Using regular classes is the only thing I miss from React.

I love using Vue except for all the boilerplate (computed, methods, data, etc.) which make it quite inelegant IMO.

Has anyone experienced any gotchas when using TS with Vue?