-
-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to static for frontend #1301
Comments
An other solution would be to use a framework like React with Gasby for example, we'll find the same advantages:
|
I personally don't like React and co, because a site IMO shouldn't need JS to operate in a basic form. When I say static, I personally mean really static, well except the collapsed panes we have. |
I can understand, the main feature with React and co, it's you can create dumb components which can be used accross your website, it's very usefull when you have contents which look the same or with some differences |
Which I can already do with CSS and HTML and static a site generator :) |
This is something we discussed internally on Slack, but I'd like us to come to a consensus before I start working on it.
Note that with Hugo, we can use Sass, minify files, generate SRI hashes etc. I haven't really done this yet with Hugo myself, but it shouldn't be too hard.
/CC @jdorfman @jmervine @Johann-S
The text was updated successfully, but these errors were encountered: