Skip to content

Milestones

List view

  • HTML+ is a: - HTML parser - Express Template Engine - Site static builder - HTML Template Language Ideally, this is too much responsibility and it would be best if it was just a Template Language and have the rest exist as a separate module that the community can use and help improve. This way new libraries and frameworks can be built upon.

    No due date
    5/5 issues closed
  • This means introducing a component tag and the ability to create components that can SSR and CSR as well. Some requirements are - easy to use - no needed logic to fetch data from the server. These components should already have the inherent context data - use Web Components behind the scene - no lifecycle hooks. The component should update automatically when data changes - allow data transformation pipes so data can be transformed before being used in updates - allow tags and components to have a dedicated style that the app imports on load - compile returned tag markup - component relies on template

    No due date
    2/3 issues closed
  • Allow reading different root project config files for SASS, LESS, Stylus, and PostCSS. This can also support having our own hp.config.js file

    No due date
    8/8 issues closed