Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0
stars
3
forks
source link
Integrate Qwik or PLV or similar techniques into RF #55
Qwik is "an Open-Source framework designed for best possible time to interactive, by focusing on resumability of server-side-rendering of HTML, and fine-grained lazy-loading of code." RF is already a low-javascript framework so sed if Qwik can be integrated directly or we should use those techniques in RF.
Phoenix LiveView enables rich, real-time user experiences with server-rendered HTML. PLV "Uses a declarative model to render HTML on the server over WebSockets with optional LongPolling fallback." Because RF also leverages websockets we can allow transport of server-side HTML and JS to the client through WS.
Consider using Pglet approach to "micro apps" by integrating a single service point and then, similar to CGI or FastCGI, allowing applets to be created. This might eliminate the need for something like Qwik.
Qwik is "an Open-Source framework designed for best possible time to interactive, by focusing on resumability of server-side-rendering of HTML, and fine-grained lazy-loading of code." RF is already a low-javascript framework so sed if Qwik can be integrated directly or we should use those techniques in RF.
Phoenix LiveView enables rich, real-time user experiences with server-rendered HTML. PLV "Uses a declarative model to render HTML on the server over WebSockets with optional LongPolling fallback." Because RF also leverages websockets we can allow transport of server-side HTML and JS to the client through WS.
See HTML-first, JavaScript last: the secret to web speed.
Consider using Pglet approach to "micro apps" by integrating a single service point and then, similar to CGI or FastCGI, allowing applets to be created. This might eliminate the need for something like Qwik.