13
My FrontEnd Stack
Here is my frontend stack for webapps developed in 2021.
Material UI: https://material-ui.com/getting-started/usage/
Styled-Component:https://styled-components.com/docs
To make a API call, I had decided to use Fetch API with react-query
React-query v2:https://react-query-v2.tanstack.com/docs/overview
For state management:
React Context API:https://reactjs.org/docs/context.html
For Testing:
Unit Testing: https://jestjs.io/
E2E Testing : https://www.cypress.io/
For SSR:
GatsbyJS: https://www.gatsbyjs.com/docs/
For developing Micro Frontend App
For creating and maintaining component design system
For setting up monorepo:
Lerna : https://github.com/lerna/lerna
Yarn : https://yarnpkg.com/
Build
Webpack: https://webpack.js.org/
For building CLI
CommanderJS: https://github.com/tj/commander.js
What was your tech stack and tools ? What did you add/remove to your tech stack in 2022?
Cover Photo by Ibrahim Boran on Unsplash
13