Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsoft-inc/wl-squide
Modular application shell for building web applications at Workleap.
https://github.com/gsoft-inc/wl-squide
i18next i18next-react module-federation msw react react-router tanstack-query webpack
Last synced: about 1 month ago
JSON representation
Modular application shell for building web applications at Workleap.
- Host: GitHub
- URL: https://github.com/gsoft-inc/wl-squide
- Owner: gsoft-inc
- License: apache-2.0
- Created: 2023-04-26T01:13:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T16:59:02.000Z (about 2 months ago)
- Last Synced: 2024-09-28T17:06:43.180Z (about 2 months ago)
- Topics: i18next, i18next-react, module-federation, msw, react, react-router, tanstack-query, webpack
- Language: TypeScript
- Homepage: https://gsoft-inc.github.io/wl-squide/
- Size: 12.2 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# wl-squide
A modular web application shell built on top of [Module Federation](https://module-federation.io/), [React Router](https://reactrouter.com/en/main) and [TanStack Query](https://tanstack.com/query/latest).
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)
[![CI](https://github.com/gsoft-inc/wl-squide/actions/workflows/ci.yml/badge.svg)](https://github.com/gsoft-inc/wl-squide/actions/workflows/ci.yml)| Name | NPM |
| --- | --- |
| [@squide/core](packages/core/README.md) | [![npm version](https://img.shields.io/npm/v/@squide/core)](https://www.npmjs.com/package/@squide/core) |
| [@squide/react-router](packages/react-router/README.md) | [![npm version](https://img.shields.io/npm/v/@squide/react-router)](https://www.npmjs.com/package/@squide/react-router) |
| [@squide/module-federation](packages/module-federation/README.md) | [![npm version](https://img.shields.io/npm/v/@squide/module-federation)](https://www.npmjs.com/package/@squide/module-federation) |
| [@squide/webpack-configs](packages/webpack-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@squide/webpack-configs)](https://www.npmjs.com/package/@squide/webpack-configs) |
| [@squide/msw](packages/msw/README.md) | [![npm version](https://img.shields.io/npm/v/@squide/msw)](https://www.npmjs.com/package/@squide/msw) |
| [@squide/i18next](packages/i18next/README.md) | [![npm version](https://img.shields.io/npm/v/@squide/i18next)](https://www.npmjs.com/package/@squide/i18next) |
| [@squide/firefly](packages/firefly/README.md) | [![npm version](https://img.shields.io/npm/v/@squide/firefly)](https://www.npmjs.com/package/@squide/firefly) |
| [@squide/firefly-webpack-configs](packages/firefly-webpack0configs/README.md) | [![npm version](https://img.shields.io/npm/v/@squide/firefly-webpack-configs)](https://www.npmjs.com/package/@squide/firefly-webpack-configs) |
| [@squide/fakes](packages/fakes/README.md) | [![npm version](https://img.shields.io/npm/v/@squide/fakes)](https://www.npmjs.com/package/@squide/fakes) |## Have a question or found an issue?
To ask a question or propose an idea, feel free to start a new [discussion](https://github.com/gsoft-inc/wl-squide/discussions). If you found a bug, please open an [issue](https://github.com/gsoft-inc/wl-squide/issues).
## Documentation
View the [user's documentation](https://gsoft-inc.github.io/wl-squide/).
## Live samples
- A [basic sample application](https://squide-basic-host.netlify.app) hosted on Netlify.
- A [sample application with endpoints](https://squide-endpoints-host.netlify.app) hosted on Netlify.## 🤝 Contributing
View the [contributor's documentation](./CONTRIBUTING.md).
## License
Copyright © 2024, Workleap This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/workleap-license/blob/master/LICENSE.