Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tejachundru/awesome-tech-stack
Collection Of Tech Stack and their tools and many more
https://github.com/tejachundru/awesome-tech-stack
List: awesome-tech-stack
Last synced: 3 months ago
JSON representation
Collection Of Tech Stack and their tools and many more
- Host: GitHub
- URL: https://github.com/tejachundru/awesome-tech-stack
- Owner: tejachundru
- Created: 2022-12-14T08:50:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T16:50:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T21:32:46.045Z (6 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-tech-stack - Collection Of Tech Stack and their tools and many more. (Other Lists / PowerShell Lists)
README
# Awesome-Tech-Stack
Collection Of Awesome Stack and tools and many more for your enterprise grade apps## React
Most references were picked from this [awesome repo](https://github.com/enaqx/awesome-react)### Get Started With
[React](https://reactjs.org/docs/create-a-new-react-app.html)\
[Create React App](https://create-react-app.dev/)\
[Next.js](https://nextjs.org/)\
[Gatsby](https://www.gatsbyjs.com/)\
[Vite](https://vitejs.dev/)\
[Remix](https://remix.run/)\
[More Tools](https://reactjs.org/docs/create-a-new-react-app.html#more-flexible-toolchains)### UI Libraries - Building Blocks
[Component Libraries](https://github.com/enaqx/awesome-react#react-component-libraries)
[Want Create your own UI Library ?](https://dev.to/alexeagleson/how-to-create-and-publish-a-react-component-library-2oe)\
or [Ask Google 🙂](https://www.google.com/search?q=Make+your+own+ui+library+in+react)### react-styling
[react-styling](https://github.com/enaqx/awesome-react#react-styling)### UI Testing and Documentation
[StoryBook](https://storybook.js.org/)\
[react-cosmos](https://github.com/react-cosmos/react-cosmos)\
[docz](https://www.docz.site/)
[React Styleguidist](https://react-styleguidist.js.org/)\
[react-docgen](https://github.com/reactjs/react-docgen)### Testing
[Testing tools](https://github.com/enaqx/awesome-react#react-testing)### State management
[State management tools](https://github.com/enaqx/awesome-react#react-state-management)### Data fetching
[Axios](https://axios-http.com/)\
[React Query](https://tanstack.com/query/latest/docs/react/overview)\
[SWR](https://swr.vercel.app/)\
[Apollo Client](https://www.apollographql.com/docs/react/)
[RTK Query](https://redux-toolkit.js.org/rtk-query/overview)[Quick Comparsion](https://tanstack.com/query/latest/docs/react/comparison) made by TanStack team.
### E2E
Cypress(https://www.cypress.io/)\
[Selenium](https://www.selenium.dev/)\
[Playwright](https://playwright.dev/)\
[WebdriverIO](https://webdriver.io/)\
[Puppeteer](https://pptr.dev/)\
[TestCafe](https://testcafe.io/)### GraphQL
[GraphQL](https://graphql.org/)\
[Apollo](https://www.apollographql.com/)\
[Relay](https://relay.dev/)\
[Hasura](https://hasura.io/)### Code Generators
Bootstrap your project with Static file generators.
Generate your components, pages, routes, etc with templates and standard conventions.[Plop](https://plopjs.com/)\
[Hygen](https://www.hygen.io/)