antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Is there a roadmap about the antwar ? #129

Closed frankLife closed 7 years ago

frankLife commented 7 years ago

Antwar is a good project with webpack and react-router. But I find it is wip somehow.

Can we show a plan about this project to see some excellent features in future ?

bebraw commented 7 years ago

I'm currently refactoring it a bit (simpler configuration) and hope to get the work done very soon so I can start using the generator in places. I've actually pushed a lot of weight from the core during this process. This has given a nice degree of flexibility that I like. I'm also adding some tests in place so it's easier to contribute if someone wants to.

There's no official road map but I have at least the following concerns in mind:

Especially the last items might not happen as I don't have to maintain big sites to warrant that style of work. That said, I have to push the performance somehow as a Travis build against the webpack site is far too slow. A part of that might be just a matter of configuration.

frankLife commented 7 years ago

It's good to be with the support of the backend(ssr) so that we can get SPA feeling 💯 . But I find the documentation need improving. This configuration is too simple. I find I must learn about it from source code of antwar. 😄

bebraw commented 7 years ago

Yeah, the documentation isn't in sync with the implementation at the moment. The source is the best option (esp. the site + smoketest). I imagine adding SSR is far easier now than before.

I've kept Antwar out of sight on purpose as there are far more robust alternatives out there as it's not cheap to support these kind of projects (no business model). 👍

frankLife commented 7 years ago

That's all right. Hope it will be better in future and I will focus on this project 👍