L
L
lexdevel2016-02-22 15:35:40
Web development
lexdevel, 2016-02-22 15:35:40

What to choose to create a SPA in TypeScript?

I have always used AngularJS , I want to switch to TypeScript . Watched Angular2 , Aurelia .
What I don't like is addiction. With Angular 1.X, there were no such problems - I downloaded the file, connected it and that's it, no headache ...
Ideally, you need a framework that consists of a single file (or is assembled into a bundle). Well, and component (i.e. without $scope , etc.).
I know about DT , but I'm not particularly eager to use it ... Only as a fallback option, if nothing is found ...
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kana, 2016-03-07
@kana-desu

React without scopes, everything in the state and props of the component, consists of one file. Goes well with TS (although ideal for React - ClojureScript)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question