Reactify
  • Introduction
  • Folder Structure
  • Reactify Redux Thunk/Saga
    • Installation
    • Different Layouts
      • Adding Menu/Component In Different Layouts
    • Adding Widgets
    • Build an App from Scratch
    • Seed Project
    • Themes
    • Authentication
    • Translate The App(Multi Language Support)
    • UI Components
      • Alerts
      • App Bar
      • Avatars
      • Badges
      • Bottom Navigation
      • Buttons
      • Cards
      • Card Masonary
      • Chip
      • Dialogs
      • Divider
      • Drawers
      • Expansion Panel
      • Grid List
      • List
      • Menu
      • Pop Over & ToolTip
      • Progress
      • Snackbar
      • Selection Controls
    • Style Customization
    • Create a Docker Image
    • Instant Search With Algolia
    • Deployment
  • Reactify Laravel
    • Folder Structure
    • Installation Reactify Laravel
  • FAQ's(Frequently Asked Questions)
  • Credits
  • Changelog
  • Customer Support
Powered by GitBook
On this page
  • Adding New Component/Menu:
  • Adding Widgets
  1. Reactify Redux Thunk/Saga

Seed Project

PreviousBuild an App from ScratchNextThemes

Last updated 6 years ago

Reactify comes with a seed project with 2 variants i.e. redux-thunk & redux-saga. You can start your app from the scratch with this seed project. Its very easy to build a new template structure which can be further extended and enhanced with new features and pages as per requirement.

When you built your template from the seed project, you will see it already contains dashboards, scss & javascript files for basic routing & other functionality to run the template app with flexibility and ease of use. You can include new components & modules for enhancing the features & functionality.

Adding New Component/Menu:

For adding a new component/menu in seed project, please visit the section . There you can get a complete step by step procedure to add a new component/menu in the reactify template.

Adding Widgets

For adding widgets in the seed project, please visit the section . There you can get a complete step by step procedure to add a new widget in the reactify template.

Adding Menu/Component In Different Layouts
Adding Widgets