Kick-start your Pluxbox journey with this step-by-step tutorial! In the video, we will show how to create your first application in Pluxbox Platform.
You will learn:
To recreate this example, copy this query and paste in the playground to create a new item in the collection:
mutation createItem {
collections {
item list {
create( item_list: {
title: “First item”
} ) {
title
}
}
}
}
Do you need more information? Go to Pluxbox Documentation
09:36
Learn how to use the frame tool inside Pluxbox to dynamically load views within another view.
05:20
Learn how to create a detail page and connect each data to its details
07:41
Build a reusable button component and add interactions and settings to your component.