Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Integrate Qwik or PLV or similar techniques into RF #55

@shah

Description

@shah

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✏️ Distributed RenderingAllow rendering to be distributed between client/server📈 ScalabilityFunctionality needed for large sites🚫 ERCJEliminate or reduce client-side Javascript🤔 DeliberateConsider, discuss, and decide about capability

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions