Skip to content

Ideas#23

Description

@zdenko

I have few proposals related to the great news 馃槃
Jadelet, because of its simplicity and aesthetics, is also my favorite choice whenever possible.
So, I would like to see it moving forward and am ready to help.
I already made some "improvements" (not published yet), i.e., upgrade to CoffeeScript 2, replaced deprecated packages (wrench => through2). And, last but not least, #21 and #6.
I also started playing with adding support for template compiling (similar to #18) to different bundlers. I began with Parcel, which is my preferred choice.

Example:

  • main.coffee
import jadelet from "jadelet"
import Tmpl from "./templates/intro.jadelet"

main = 
  name: "Joe"

document.getElementById("app").appendChild Tmpl main
  • template (templates/intro.jadelet)
h1 Hello #{@name}

Plugins for other bundlers (Webpack, Rollup) could be prepared as well.
I think this would make an easier start for new users.

Let me know.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions