What are the pain points of your beloved tech stack?

I’m into web development so TypeScript / JavaScript are parts of my stack. I also prefer TypeScript due to its typing system. Here are the problems.

Compatibility issues:

Every now and then, an error will pop up because the library does not fully …


This content originally appeared on DEV Community and was authored by Hung Vu

I'm into web development so TypeScript / JavaScript are parts of my stack. I also prefer TypeScript due to its typing system. Here are the problems.

  1. Compatibility issues:

    • Every now and then, an error will pop up because the library does not fully support TypeScript.
    • ES version is also an issue, some libraries only support ES5, some ES6, and so on. This sometimes makes such a trivial task like import become a pain.
  2. Transpiling issues:

    • Although most of the tasks are handled by bundled cli like create-react-app, many times I spent hours just to figure out why my jest tests fails as it could not run on this 1% TypeScript code. Certainly, this problem not limited to jest though.

Be it a framework, a library, a programming language, etc. What are the pain points of your beloved technology?


This content originally appeared on DEV Community and was authored by Hung Vu


Print Share Comment Cite Upload Translate Updates
APA

Hung Vu | Sciencx (2022-04-22T17:06:36+00:00) What are the pain points of your beloved tech stack?. Retrieved from https://www.scien.cx/2022/04/22/what-are-the-pain-points-of-your-beloved-tech-stack/

MLA
" » What are the pain points of your beloved tech stack?." Hung Vu | Sciencx - Friday April 22, 2022, https://www.scien.cx/2022/04/22/what-are-the-pain-points-of-your-beloved-tech-stack/
HARVARD
Hung Vu | Sciencx Friday April 22, 2022 » What are the pain points of your beloved tech stack?., viewed ,<https://www.scien.cx/2022/04/22/what-are-the-pain-points-of-your-beloved-tech-stack/>
VANCOUVER
Hung Vu | Sciencx - » What are the pain points of your beloved tech stack?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/22/what-are-the-pain-points-of-your-beloved-tech-stack/
CHICAGO
" » What are the pain points of your beloved tech stack?." Hung Vu | Sciencx - Accessed . https://www.scien.cx/2022/04/22/what-are-the-pain-points-of-your-beloved-tech-stack/
IEEE
" » What are the pain points of your beloved tech stack?." Hung Vu | Sciencx [Online]. Available: https://www.scien.cx/2022/04/22/what-are-the-pain-points-of-your-beloved-tech-stack/. [Accessed: ]
rf:citation
» What are the pain points of your beloved tech stack? | Hung Vu | Sciencx | https://www.scien.cx/2022/04/22/what-are-the-pain-points-of-your-beloved-tech-stack/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.