|
|
|
|
|
by matthewmacleod
2904 days ago
|
|
Mmmm, no kidding. Stateless functional components are the absolute bomb from a “reasoning about your code” perspective. FWIW I’ve found the most prosuctive front-end combination to be React + Typescript, which has the benefit of being seamlessly interoperable with JavaScript, really excellent at capturing common errors, and allowing the type system to be exploited for much more expressive code. YMMV of course. |
|
Is TypeScript better in that regard?