#buildinpublic #webdev #leptos
#buildinpublic #webdev #leptos
SDF Studio thread 7
SDF Studio thread 7
#buildinpublic #rustlang #leptos #webdev #css
#buildinpublic #rustlang #leptos #webdev #css
Ideally in Rust, we would create a "Node" trait for common methods like these, but at this point I need JSON de/serialization, which is complicated with trait objects, so I stuck with basic enums to start.
Ideally in Rust, we would create a "Node" trait for common methods like these, but at this point I need JSON de/serialization, which is complicated with trait objects, so I stuck with basic enums to start.
My first challenge as a paid contractor was to render a real config used by the processing engine.
#buildinpublic #rustlang #softwaredevelopment #sdfstudio #leptos
My first challenge as a paid contractor was to render a real config used by the processing engine.
#buildinpublic #rustlang #softwaredevelopment #sdfstudio #leptos
Using this output yields a very human readable DAG.
This was enough to satisfy the startup and we inked a contract!
#buildinpublic #rustlang #webdev #sdfstudio #leptos
Using this output yields a very human readable DAG.
This was enough to satisfy the startup and we inked a contract!
#buildinpublic #rustlang #webdev #sdfstudio #leptos
#leptos offers a convenient abstraction for integrating with an actix or axum webserver, called server functions. Server_fns let you just call an endpoint like any other function #rustlang
I needed to find a way for the graph to be organized algorithmically.
#buildinpublic #rustlang #webdev #sdfstudio #leptos
I needed to find a way for the graph to be organized algorithmically.
#buildinpublic #rustlang #webdev #sdfstudio #leptos
#buildinpublic #rustlang #webdev #sdfstudio #leptos
#buildinpublic #rustlang #webdev #sdfstudio #leptos
In leptos, `#[component]` functions only runs once, and accessing a closure or a signal in the `view!` macro registers an effect in the react system.
In leptos, `#[component]` functions only runs once, and accessing a closure or a signal in the `view!` macro registers an effect in the react system.
#buildinpublic #rustlang #webdev #sdfstudio #leptos
#buildinpublic #rustlang #webdev #sdfstudio #leptos