Replies: 4 comments 2 replies
-
|
Some SQLPage components have built-in interactivity, but there is no generalized intra-page interactivity mechanism provided by SQLPage. You can use libraries like datastar or htmx that fit the SQLPage paradigm quite well. Personally, I tend to do as much as possible in the traditional server-side full-page reload way. This avoids state management issues, and can be totally transparent to the user when pages are small and fast. Can you tell a bit more about what you are building and where you want to add interactivity ? |
Beta Was this translation helpful? Give feedback.
-
|
I'm taking a short break to consider the alternatives. For now, I can only say that SQLPage's logic is generally clear and I like it, but since I'm not very experienced in web development, I'm probably asking too many simple questions. |
Beta Was this translation helpful? Give feedback.
-
|
In a nutshell, the online service provided rather complex support for the organizational aspects of online logical paired games. The database was developed using a relational model, but processing and display required a web interface, something I hadn't encountered as a developer before. |
Beta Was this translation helpful? Give feedback.
-
|
Paired correspondence strategic games: Go, Chess, Checkers, Renju. etc,. Tournaments, their organization, rules, games, participants, and informational support. The games themselves, or rather their display to users, verification, and analysis of moves, are a separate, complex task. For now, organizational and informational support remains a pressing issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I need to perform some action on the same page when I click a button, without reloading it. Does this mean I need to use some kind of script (JS, etc.) to change the appearance or state of a control? Is that correct, or does SQLPage offer other options?
Beta Was this translation helpful? Give feedback.
All reactions