Hi there! Where can I find learning stuff for the new Wappler?
I started using Wappler in 2020. I completed some stuff last fall and haven’t used it since.
I’m opening it up again to create some projects but I’m befuddled with the new layout.
Even when I open my old projects I can’t find the server actions or just about anything.
I see the release notes for Wappler 4.0 but it doesn’t give a tutorial on how to understand the new layout or how to create server actions, etc.
Where can I go to learn the new stuff?
Thanks!!
Jeff
The only thing changed in the UI is the server connect properties are not in a tab instead of a properties panel. And you can choose from about 15 or so themes.
Thanks.
For some reason when I loaded the project earlier nothing was showing up. Now stuff is.
So, I noticed that almost all the server actions are listed under API. That seems different. But, is that where we put everything now even if it isn’t an actual API that connects to an external site?
Image of a website I was working on where now everything is listed under api:
Yes, the API section replaces the old server connects. They are publicly exposed so really are APIs.
Library is where you can build reusable sets of actions.
I actually build most logic in the library now, even if that means just a single exec or include in the API itself.
Also, shared actions like mailers, database connections, security providers and more, are created once in the Globals section which are then used by all APIs, et al.