Skip to content

Conclusion

You’ve built your first Vuxel application! This guide covered the basics of state management, components, and creating a simple reactive UI. Explore the Vuxel API further to create more interactive UIs with additional features like hooks, computed properties, and more.

For a deeper understanding, refer to the Reference Documentation to see more advanced usage examples and API details.

Troubleshooting Tips

  • Components Not Displaying: Make sure that your components are parented correctly, and check that the Parent property is set.
  • State Not Updating: Ensure you are using State:Set to update state and binding components to the correct State object.
  • Incorrect Animations: Double-check the Tween parameters and the target properties of the UI instance.