|
|
|
|
|
by aikah
4127 days ago
|
|
If you don't like javascript, use whatever you want instead in the front-end that compiles to javascript. There are hundreds of language that can suits your needs. The only thing that matters is whether they allow easy interaction with the DOM. However you should know javascript,even if you don't write it in your app. You can try Haxe,JSX(the original one,not the stuff related to React that stole the name).However I would advise against anything that abstracts the DOM, like JWT. |
|