Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pankod/superplate-core-plugins
https://github.com/pankod/superplate-core-plugins
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pankod/superplate-core-plugins
- Owner: pankod
- Created: 2020-12-15T07:49:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T14:32:14.000Z (3 months ago)
- Last Synced: 2024-08-07T15:03:34.408Z (3 months ago)
- Language: TypeScript
- Size: 2 MB
- Stars: 55
- Watchers: 7
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# superplate-core-plugins
This is the source repository for [superplate](https://github.com/pankod/superplate)'s core plugins.
## Plugins
### UI Frameworks
- [Tailwind CSS](http://tailwindcss.com/)
- [React Bootstrap](https://react-bootstrap.github.io/)
- [Chakra UI](https://chakra-ui.com/docs/getting-started)
- [Ant Design](https://ant.design/)### CSS Preprocessors
- [CSS / styled-jsx](https://github.com/vercel/styled-jsx)
- [SASS / SCSS](https://sass-lang.com/)
- [Styled Components](https://styled-components.com/)
- [Styled System](https://styled-system.com/)### Features
- [Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
- [Axios](https://github.com/axios/axios)
- [Storybook](https://storybook.js.org/)
- [SVGR](https://react-svgr.com/)
- [Reverse Proxy](https://webpack.js.org/configuration/dev-server/#devserverproxy)
- [Bundle Analyzer](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)
- [Apollo GraphQL Client](https://www.apollographql.com/docs/react/)
- [graphql-request](https://github.com/prisma-labs/graphql-request)### Hooks
- [SWR](https://swr.vercel.app/)
- [React Query](https://react-query.tanstack.com/)
- [react-use](https://github.com/streamich/react-use)### State Management
- [Redux](https://react-redux.js.org/)
- [Mobx](https://mobx.js.org/README.html)
- [Mobx State Tree](https://mobx-state-tree.js.org/intro/welcome)
- [Recoil](https://recoiljs.org/)### i18n
- [next-translate](https://github.com/vinissimus/next-translate)
- [next-i18next](https://github.com/isaachinman/next-i18next)### Linters / Formatters
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [lint-staged](https://github.com/okonet/lint-staged)### Testing Frameworks
- [Jest](https://jestjs.io/)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)
- [Enzyme](https://enzymejs.github.io/enzyme/)### E2E Testing Frameworks
- [Cypress](https://docs.cypress.io/guides/overview/why-cypress.html)
- [WebdriverIO](https://webdriver.io/docs/gettingstarted.html)### Docker Integration
- [Docker](https://www.docker.com/get-started)
### CI Tools
- [GitHub Actions](https://docs.github.com/en/actions)
- [Travis CI](https://travis-ci.org/)## Development / Contribution
### Create Your Source
If you are willing to create your own source of plugins; fork this repository to get a head start.
### Add New Plugins
If you want to add a plugin to this repository; PRs are welcome and please explain why this plugin is necessary.
### Issues
If you are having trouble with these plugins and it's not a problem based on [superplate](https://github.com/pankod/superplate) do not hesitate to file an issue.