Tutorials
Here are step-by-step guides to get you started.
Your first component
Learn the basics of composing a UI component with Pret.
Sharing state
Learn how to manage the state of your app and share it between multiple components.
Tic Tac Toe
Building what we have learned in the previous tutorials, let's build a Tic Tac Toe game.
Interacting with the server
Learn how to run server-side code and interact with the server from the client, and vice-versa.