beef331 / website

Code for the official Nim programming language website
https://nim-lang.org
18 stars 1 forks source link

html2karax #7

Closed planetis-m closed 3 years ago

planetis-m commented 3 years ago

Name: Refactored the html2karax tool

Author: planetis

Posting: html2karax can convert a static html to Karax DSL code. In my PR, I refactored it and fixed most of the issues I came across, making it more practical for converting html snippets, as well as full pages. As a reminder, Karax is a framework for developing single page applications in Nim. It can also be used for server-side rendering! Try it and report any issues you may find.