New Features for Better State Control in WebForms Core 2
dev.to·17h·
Discuss: DEV
Flag this post

As you know, version 2 of WebForms Core technology will be released by Elanat soon. In the past days, we have given an extensive description of the revolutionary features and capabilities of version 2, and in the next few days we will reveal other new features.

WebForms Core is a server-based technology, yet it offers revolutionary offline capabilities.

Think of this workflow:

  • The server defines the interaction patterns
  • The client caches the JavaScript commands and calls
  • The user interacts with the application completely offline
  • The JavaScript runs locally without contacting the server
  • Synchronization occurs when the connection is resumed

This solves the problem of PWA complexity that plagues traditional SPA development.

Better state control

V…

Similar Posts

Loading similar posts...