Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pankod/superplate-core-plugins


https://github.com/pankod/superplate-core-plugins

Last synced: 3 months ago
JSON representation

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.