https://github.com/netceteragroup/skele
Architectural framework that assists building data-driven apps with React or React Native.
https://github.com/netceteragroup/skele
data-driven react react-native redux
Last synced: about 1 month ago
JSON representation
Architectural framework that assists building data-driven apps with React or React Native.
- Host: GitHub
- URL: https://github.com/netceteragroup/skele
- Owner: netceteragroup
- License: mit
- Created: 2016-07-13T11:51:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T15:55:29.000Z (over 4 years ago)
- Last Synced: 2025-04-02T16:49:41.146Z (about 2 months ago)
- Topics: data-driven, react, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 164
- Watchers: 16
- Forks: 33
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Skele is an architectural framework that assists building
**data-driven** apps with **[React](https://facebook.github.io/react/)** or
**[React Native](https://facebook.github.io/react-native/)**.
It is extremely well-suited for creating highly **dynamic UIs**,
that are driven by back-end systems (like Content Management Systems).[](https://travis-ci.org/netceteragroup/skele)
[](https://coveralls.io/github/netceteragroup/skele?branch=master)## Packages
The repository is a monorepo that is composed of several NPM packages.
| Package | Description |
| ---------------------------------- | ------------------------------------------------- |
| [Classic](/packages/classic) | The library as a (still) monolithic package. |
| [Config](/packages/config) | Library for setting up layered app configuration. |
| [Components](/packages/components) | Collection of helpful custom components. |
| [Core](/packages/core) | Essential building blocks of the framework. |## Documentation
Check out the API documentation [here](https://netcetera.gitbooks.io/skele/).
## Transitioning from versions prior to 1.0.0-alpha.27
Please check this [manual](./packages/classic/docs/transitioning-from-girders-elements.md)
## What does "Skele" mean?
Skele (скеле) means scaffolding in Macedonian. It is also a stem of skeleton (скелет in Macedonian). It symbolizes that the framework is a construction on which apps rely to stay upright and function.
## Credits
Thanks to [Viktorija Bachvarova](https://www.behance.net/viktorijabachvarova) for designing the logo.
## License
[MIT](./LICENSE) © [Netcetera](https://www.netcetera.com)