Giter VIP home page Giter VIP logo

perseus's Introduction

Perseus

Book API Docs Crate Page Top Language Discord Chat

Perseus is a blazingly fast frontend web development framework built in Rust with support for generating page state at build-time, request-time, incrementally, or whatever you'd like! It supports reactivity using Sycamore, and builds on it to provide a fully-fledged framework for developing modern apps.

  • ๐Ÿ“• Supports static generation (serving only static resources)
  • ๐Ÿ—ผ Supports server-side rendering (serving dynamic resources)
  • ๐Ÿ”ง Supports revalidation after time and/or with custom logic (updating rendered pages)
  • ๐Ÿ› ๏ธ Supports incremental regeneration (build on demand)
  • ๐Ÿญ Open build matrix (use any rendering strategy with anything else)
  • ๐Ÿ–ฅ๏ธ CLI harness that lets you build apps with ease and confidence
  • ๐ŸŒ Full i18n support out-of-the-box with Fluent
  • ๐ŸŽ Lighthouse scores of 100 on desktop and over 95 on mobile
  • โšก Support for hot state reloading (reload your entire app's state after you make any code changes in development, Perseus is the only framework in the world that can do this, to our knowledge)

What's it like?

Here's a taste of Perseus (see the tiny example for more):

use perseus::prelude::*;
use sycamore::prelude::*;

#[perseus::main(perseus_axum::dflt_server)]
pub fn main<G: Html>() -> PerseusApp<G> {
    PerseusApp::new()
        .template(
            Template::build("index")
                .view(|cx| {
                    view! { cx,
                        p { "Hello World!" }
                    }
                })
                .build()
        )
}

Check out the book to learn how to turn that into your next app!

Quick start

If you want to start working with Perseus right away, run the following commands and you'll have a basic app ready in no time! (Or, more accurately, after Cargo compiles everything...)

cargo install perseus-cli
perseus new my-app
cd my-app/
perseus serve -w

Then, hop over to http://localhost:8080 and see a placeholder app, in all its glory! If you change some code, that'll automatically update, reloading the browser all by itself. (This rebuilding might take a while though, see here for how to speed things up.)

Aim

Support every major rendering strategy and provide developers the ability to efficiently create super-fast apps with Rust and a fantastic developer experience!

Motivation

There is a sore lack of Rust frameworks for frontend development that support more than just SPAs and client-side rendering, and so Perseus was born. We need something like NextJS for Wasm. But why stop there?

Contributing

We appreciate all kinds of contributions, check out our contributing guidelines for more information! Also, please be sure to follow our code of conduct.

You can also chat about Perseus on our channel on Sycamore's Discord server.

Perseus wouldn't be posible without the hard work of all these wonderful people!

License

See LICENSE.

perseus's People

Contributors

afidegnum avatar afiqzx avatar arctic-hen7 avatar asha20 avatar cies avatar dependabot[bot] avatar ezesundayeze avatar floric avatar glendc avatar imbolc avatar iraiko avatar isaactay avatar lukechu10 avatar marienz avatar mazwak avatar mhfan avatar miroito avatar mwcz avatar nicompte avatar niklasei avatar njittam avatar phaleth avatar primeagen-rustaceans avatar ryanrussell avatar salasrod avatar saona-raimundo avatar spirarel avatar tinkernels avatar wingertge avatar xtekc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.