Skip to main content

Frontend Design Method

The Hexabase front end can take two different design approaches. These are static and dynamic implementations. Display_id allows you to implement page with a simple API, and the program will work as is even when the environment is migrated.

Static Implementation

A static implementation hardcodes the items on the page. This makes it easy and simple to implement, but additional code is required to change the functionality and layout.

Static frontend implementation

Dynamic Implementation

In the static implementation, the layout and names of page items are changed according to the additional settings on the server side.Therefore, the initial implementation will be complicated, but the page items can be changed flexibly after operation.

By dynamically obtaining the Display_id, you can implement an implementation that changes the page according to the setting change on the Hexabase side.

Dynamic frontend implementation