framesurge / perseus

A state-driven web development framework for Rust with full support for server-side rendering and static generation.
https://framesurge.sh/perseus/en-US
MIT License
2.15k stars 90 forks source link

Add more comparisons to website #70

Open arctic-hen7 opened 2 years ago

arctic-hen7 commented 2 years ago

Is your feature request related to a problem? Please describe. Right now, the website has comparisons between Perseus and only two other frameworks: Gatsby and NextJS. This is very much sub-optimal, and as many comparisons as possible should be included.

Describe the solution you'd like More comparisons should be added, here are some (this list will be extended):

arctic-hen7 commented 2 years ago

Anyone should feel free to contribute to add comparisons for any framework!

adundovi commented 2 years ago

Do you mean something like this?

arctic-hen7 commented 2 years ago

I haven't seen that before, that's a great resource, thanks! I meant on the comparisons page on the website though.

GlenDC commented 2 years ago

I'm moving plabayo.tech from zola to this framework in the weeks to come, so I'll add the comparison for it. I probably will also write a blog post on how to migrate from zola, is that something that can be linked on the comparison page as well?

arctic-hen7 commented 2 years ago

Fantastic, let me know if you have any problems!

I want to add support for little paragraphs on details for each, which should be ready by the end of the week or thereabouts (they've got to be compatible with i18n). If you'll be ready before then, you could fill out the comparison if you want, and then post a little paragraph here with the link to your post for me to include once that system is ready. Or, you could do the whole thing after that feature is ready, up to you.

GlenDC commented 2 years ago

If with the feature you mean the first thing you said, to be ready around end of the week, then you'll probably have it before i got the chance to get to it. Either way I'll communicate it all here :)

arctic-hen7 commented 2 years ago

That feature (i.e. comparison text) is now available on the new-website branch, which should be merged to main fairly soon, once I've sorted out some issues with the layout of the docs pages.