Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
/ impulse Public archive

A Rust based DOM framework for building isomorphic web applications.

License

Notifications You must be signed in to change notification settings

Gisleburt/impulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💗 Impulse

Impulse is a Rust based DOM framework for building isomorphic web applications.

Similar Projects

  • React - Isomorphic Javascript framework
  • Yew - Client side Rust Framework

Work In Progress

Currently there's not much to see here.

Plan

  • Server side
    • Create html elements + text nodes using Rust
    • Create html elements + text nodes using rsx! { } macro
    • Create custom components using Rust
    • Create custom components using rsx! { } macro
  • Client side
    • Create html elements + text nodes using Rust
    • Create html elements + text nodes using rsx! { } macro
    • Create custom components using Rust
    • Create custom components using rsx! { } macro
    • Attach Rust code to events (onclick, etc)
    • Hydrate server side generated code

About

A Rust based DOM framework for building isomorphic web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published