|
|
|
|
|
by LiterallyDoge
2758 days ago
|
|
What did you find you liked about Typescript? I considered it and opted for pure ES6/Next because the typing didn't feel like it would actually help sanitize my data. If I get a bad payload from the server, it's still transpiled at that point, and that's when I really need to know what my data type is. Otherwise I just sanitize at use (like all JS) and the overall overhead is less. Maybe you know something that I don't? |
|