DEV Community

Discussion on: What was your win this week?

Collapse
 
revskill10 profile image
Truong Hoang Dung

This week, I....

I setup my dream stack:

  • Universal React application.
  • Typescript for type checking and linting.
  • Graphql for API
  • Suspense for universal data fetching.

At least i'm done, and i'm very happy. Now i stop chasing hot trend, and focus more on business.

Collapse
 
leob profile image
leob • Edited

Do I sense irony?

We can all say that we want to focus more on the business, but it's inevitable that we spend a lot of time learning new stuff and experimenting with it. But yes, it's sometimes too much time and the point is you're never done, there's always something new around the corner.

Collapse
 
revskill10 profile image
Truong Hoang Dung

My goal is just: making it work for the first time, then make it stable enough for production.
Only later will refactor or swap part of the stack with newer things if nessessary.