-
Notifications
You must be signed in to change notification settings - Fork 5
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
How can I help? #5
Comments
Thanks for this! If I can get help on this project, it would definitively push me to work on it a lot further. I have a lot of ideas for hyperstatic and I'd really love external opinions and help on all of them. Definitively open to other ideas as well.
Definitively! I'm planning on having some docs on this repo and showing them on the demo site as well.
I added this in v0.2:
Before rendering the site, A ex:
Nothing is implemented in hyperstatic to help with this right now, but the Ex:
I think it already does pretty well? (On Netlify, at least, it works great).
I think it would work the same way as it does with Gatsby. I think, you just need to be able to run a build command on some server. I don't think the limitations have to do with this project, but more with the infrastructure the developers are using. Maybe i'm missing something? The project does have 2 hard dependencies thought: Parcel (code-splitting) and Puppeteer (Pre-rendering). I'm personally fine with this, but I could see how it could bother some other developers. Maybe there are some limitations I'm not seeing? What do you think?
Feel free to hit me up on slack as well, I'm only posting here to keep ideas open and get some feedback in! Thanks! |
AMAZING! I have something to keep me spinning for a bit :) |
Hey @loteoo thanks for working on this project, it's great! I'm wondering if supporting routing files *.tsx is something on the radar or you'd appreciate some help with. |
@hlibco isn't TSX managed by the bundler? Parcel supports TSX and for JSX in Hyperapp you need to install a custom pragma, for example hyperapp-jsx-pragma or @hyperlight/jsx |
I have been thinking about this for some time now.
Let me make a sample project, and while I do that, perhaps you can let me know how I can help?
from a Documentation Front there are:
from a technical perspective:
graphql
normalization layer similar togatsby
?graphql
layer might add some awesome interop to having an API to hold my content (headless CMS) and thenhyperstatic
might have a sister project of an editor that could POST new content into myconnected content API
Anyway, if you can't tell I think this is a great project! Let me make a sample site, and then we can see if there is any spot you would like help on.
find me on
HA Slack
orSpectrum
The text was updated successfully, but these errors were encountered: