logo SaaS Forge
We help! Demo Features Pricing FAQ Documentation Blog Other products
Documentation
Introduction to SaaS Forge Boilerplate
Screenshots
After you bought the subscription
Getting started
Project structure
Running with Docker
Troubleshooting
Database setup and development
Updating database from models
Front-end components
Alert
Color picker field
Dropdown menu
Icon
Left menu
Maker brand
Tabs control
Full-stack modules
Authentication
File uploader
JWT
Password change
Payment
Profile
User management
Services
Email service
Payment service
Utils
Database scaffolding
Error handling
Extensions
Global functions
User authentication wrappers
Development
Dev's features and tips
API and services
Testing
Continuous integration
Using React/Redux
Webpack caching
Styles/themes/customizing
Setting your own title and logos
Themes for login/register pages
Customizing error pages

Front-end components

Components are ReactJS pieces of code, sometimes accompanied by CSS. They can be used only for the front-end development, without calling API or other services. But they can still use data obtained by calling API.

In this documentation we list all the components implemented in the boilerplate (you still can use React Bootstrap components, see their own documentation).