@shesha-io/reactjs
v0.40.0
Published
The reactjs frontend application and ui for the shesha framework
Downloads
325
Readme
@shesha-io/reactjs
Documentation
Visit https://docs.shesha.io/docs/get-started/Introduction to view the full documentation.
Getting Started
Visist https://docs.shesha.io/docs/category/front-end-basics to get started with @shesha-io/reactjs
What is Shesha?
Shesha builds on top of other excellent frameworks and libraries (most notably ASP.NET Core, Abp.io, React, NextJs), layers on Low-Code capabilities (think drag & drop form builder and app themer), and incorporates standard admin functionality (e.g. User and security management) to drastically reduce the time and effort required to build applications.
In fact, in our experience, you will likely need >80% less code for most typical business applications.
👾 Embark on an adventure and explore the boundless possibilities of Shesha at our tutorial site! It's not just a playground; it's a vibrant universe where you can interact with the framework and witness its magic unfold.
More info from the Shesha website.
Features
Shesha comes with a range of features that massively reduce the effort required to create business applications:
- Form Builder allows users to create application pages and by simply 'dragging and dropping' components onto a page designer. With over 40 components that come as standard, you will be able to create powerful and professional-looking applications without writing a line of front-end code. If the standard components aren't sufficient, simply create your own in React or create entirely custom pages.
- Dynamic CRUD APIs get 'auto-magically' generated from your domain entities without the need for repetitive boilerplate code. APIs can be secured simply through configuration.
- App Themer allows you to match your branding needs with zero effort.
- Administration Panel provides the most common admin functionalities required by almost any business application 'out-of-the-box', including:
- Security:
- User Management
- Roles and permissions management
- API Configuration
- Data change audits
- Logon Audits
- Settings management
- Notification templates and audits
- Scheduled and Background Jobs management
- Reference/Lookup lists management
- Security:
Build Apps in 4 Steps
1. Implement your Domain
Shesha takes a Domain-driven approach to application development, the starting point is therefore to implement your domain. This is done by implementing Entity
classes as you would do for any business application. You can extend standard entities that come as part of the base Shesha model (e.g. Person
, Organisation
, Site
, etc...) or by creating your own.
2. Expose your APIs
All it takes to expose your domain and data through dynamically generated CRUD APIs is the checking of a box and specifying the authorization rules.
You will immediately get full CRUD support as well as GraphQL endpoints for flexible and efficient data retrieval.
Where the dynamically generated APIs are insufficient, you still have the full power of Visual Studio and ASP.NET Core to create custom APIs the way you are used to.
3. Configure your UI
Once you have exposed your domain and APIs, you can build your UI through our drag-and-drop form builder. There are over 40 different components including tables, lists, forms, sub-forms, modals, and many more allowing you to build sophisticated and scalable enterprise applications without a line of front-end code.
Where the configuration-only approach is too limiting, you can add Javascript snippets to implement more advanced behavior or build custom components or entire pages using React.
4. Deploy your app
Simply deploy your application as you would any other ASP.NET Core website with Sql Server. Deploy on your favorite cloud or on-premise.
Support and Community
Issues are inevitable. When you have one, our entire team and our active developer community are around to help.
💬 Talk to us on Discord 📄 Find a solution in our Documentation ⚠️ Open an issue right here on GitHub 💡 Use our learning resources: Videos 👾 Play around with live configurations on our tutorial site
How to Contribute
We ❤️ our contributors. We're committed to fostering an open, welcoming, and safe environment in the community.
📕 We expect everyone participating in the community to abide by our Code of Conduct. Please read and follow it. 🤝 If you'd like to contribute, start by reading our Contribution Guide. 👾 Explore some good first issues.
Let's build great software together!
License
Shesha and the various shesha community components and services are available under the GPL-3.0 license. Shesha also includes external libraries that are available under a variety of licenses. See LICENSE for the full license text.