Getting Started
    Why Webcodesk?
    System Requirements
    Install Webcodesk
    Beginner Tutorial
    Bootstrap project
    Review components
    Create main page
    Create sign-in page
    Create sign-up page
    Create initialization flow
    Create main flow
    Create sign-in flow
    Integration with Firebase
    Create sign-up flow
    Build application
    Open source code in IDE
    Open in IntelliJ IDEA
    Source code structure
    How it works?
    Writing source code
    Create React component
    Develop component in isolation
    Create functions
last edited 2019-04-09

Why Webcodesk?

Webcodesk provides the consistent experience of the component-based development approach in all parts of a Single Page Web application.

You can define, implement and compose loosely coupled independent components and functions in your application.

You still need to know what is React and how to create React components, because you will create own components or modify pre-created ones.

But..., Webcodesk reduces the boilerplate code in Web application to zero.

  • No more Redux boilerplate - forget about tons of the constants and action creators in your code.
  • No more manual routing between pages.

Think only about the business logic you have to implement.

The only hard work you should do is to compose React components by drag and drop them on the page. And then connect components and functions in the flow editor with accordance to the user stories you have to implement.

Webcodesk is for you

  • If you want to prototype a Web application quickly
  • If you like the component-based development approach
  • If you want to share components between projects
  • If you want to modify the application logic in minutes
  • If you do not like a mess in the source code
  • If you want to clearly see where the data comes from, where it goes, and how it gets stored
last edited 2019-04-09

Why Webcodesk?

Webcodesk provides the consistent experience of the component-based development approach in all parts of a Single Page Web application.

You can define, implement and compose loosely coupled independent components and functions in your application.

You still need to know what is React and how to create React components, because you will create own components or modify pre-created ones.

But..., Webcodesk reduces the boilerplate code in Web application to zero.

  • No more Redux boilerplate - forget about tons of the constants and action creators in your code.
  • No more manual routing between pages.

Think only about the business logic you have to implement.

The only hard work you should do is to compose React components by drag and drop them on the page. And then connect components and functions in the flow editor with accordance to the user stories you have to implement.

Webcodesk is for you

  • If you want to prototype a Web application quickly
  • If you like the component-based development approach
  • If you want to share components between projects
  • If you want to modify the application logic in minutes
  • If you do not like a mess in the source code
  • If you want to clearly see where the data comes from, where it goes, and how it gets stored