Tech stack for new frontend #448
Labels
0 API
related to API functions
20 frontend
21 backend
Issues for openfairdb.org
enhancement
refactor
Problem
Currently we have a mixture of a server side rendered frontend based on
maud
and a one page application based onseed
. We should unify this somehow.Opportunities
Here are some approaches I can think of:
pure SSR (withmaud
)pure OPA (withseed
)seed
is not maintained anymoredioxusleptos
yewsauronmogwaiuse a JS/TS frontendConclusion
Currently (January 2023) it looks like
leptos
seems to be an interesting option.There are risks (very young, few docs, breaking changes) but also great chances (suuper fast, lightweight, focused, fast growing user base).
The text was updated successfully, but these errors were encountered: