I've released the first alpha version of Davaux - a server-side JSX framework, with static generation and multi-site support. You can install it with npm install davaux . The documentation site is available at https://davaux.codeberg.page/docs/ . That site was built with Davaux and then generated using SSG. There are also several additional packages to add functionality and middleware, they are also documented in the docs site.
The plan is for the 0.8.x versions to be Alpha releases, followed by 0.9.x as Beta releases. I have some projects I plan to build/rebuild using Davaux, including this web site, during the Alpha and Beta stages. Those should help round out features and help me find bugs. I don't have a firm date for 1.0, I'm just going to keep releasing updates as needed and see where it ends up.
I added an Alpha warning to the README, but I don't expect too many breaking changes at this point. It's probably closer to Beta than Alpha, as far as stability, the warning is just there just in case.
David D.
No Comments