Skip to content

Conversation

@aalin
Copy link
Contributor

@aalin aalin commented Mar 23, 2024

This is the code from the rewrite that I started writing in August 2024.

Todo

  • Implement a better VDOM
  • Make the root layout work
  • Fix string callbacks (onclick="event.preventDefault()")
  • Generate image versions and static assets
  • Reload routes when pages are added/removed
  • mayu build to build apps
  • mayu start to run built apps
  • Prometheus endpoint
    • Remove irrelevant metrics
  • Rewrite stack traces in Mayu::Modules::System by resolving modules
  • Custom elements? #5
  • Use https://github.com/socketry/async-container

Issues that should have been fixed already in this branch

This is the code from the rewrite that I started writing in August 2023.
aalin added 30 commits September 3, 2024 14:57
It's already Assets::Storage#run already starts a task
For crawlers etc, that don't support HTTP/2.
The sessions will not be stored in memory,
and the clients will only see static pages.

Should probably show a message if an actual user is using a browser
without http2 support.
This will ensure that Text-nodes are created for them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle url() in CSS files Transform @foo to self.state[:foo] Validate nesting of DOM nodes Transform CSS

2 participants