You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've compiled a list of the currently relevant JS and TS tooling (that I could find), and I've also linked to this resource, since it's very close in focus, but with an added note that it's out of date.
In particular, some things that have changed are:
Immer for Redux instead of Immutable.js
Redux Toolkit was introduced
Emotion and styled-components over JSS
Increasing focus on API generators like Postgraphile, Hasura, over implementing APIs with Express
Increasing focus on zero-configuration starters like CRA
Flow increasingly less relevant compared to TypeScript
Prettier is very popular
The text was updated successfully, but these errors were encountered:
I've compiled a list of the currently relevant JS and TS tooling (that I could find), and I've also linked to this resource, since it's very close in focus, but with an added note that it's out of date.
In particular, some things that have changed are:
The text was updated successfully, but these errors were encountered: