-
Notifications
You must be signed in to change notification settings - Fork 650
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
New Structure for Docs #874
Comments
Looks like a good start. One thing I might add is more details about what options that are available through the marko.json and marko-tag.json files. The old docs for Marko 3, if I recall, had lots of info on this, but I find I often need to go into the Marko tag-lib source code to see what I can do with those files. There's a lot of power there, but little explanation on how to use it. Glad to see Transforms in the list, along with compiler stuff. Those would have been my other suggestions. |
I'm going to use markojs in production but as a beginner, I faced with following topics.
Thank you. |
@StarpTech we have plans this year to improve the documentation and have started with some additional documentation recently on transclusion, new syntax and configuration. We will be continuing to improve the documentation throughout the year. I'll try to answer most of your questions here for now: How to enable SASS in lassojs? Instead to promote static sites only (marko-cli) we should also show the benefit of dynamic sites. How looks a basic app with a layout (header, footer, body), css preprocessor, prebuilds, deployment, babel, autoprefixer ? How to prebuild static assets with lassojs? When is content delivered to the browser? Even an empty Who is using markojs in production? How much is it used at ebay? I faced with many outdated or read-only repositories with signal a bad state of the ecosystem. Many issues has to be cleaned up. What are the plans for Marko v5? How can we participate? The current syntax you see on the website is what will be supported in Marko 5. Our plan is for Marko 5 to have very minimal breaking changes aside from having to potentially reconfigure your bundler. Again it is primarily a rewrite of the Marko compiler on top of babel to allow us to leverage the babel ecosystem, become more future proof in terms of JS and also improve our tooling and integrations. Marko 5 lives in the x repo and we hope to get out an alpha in the coming months. |
Hi @DylanPiercey thank you very much for the detailed answer. I'm happy to see that markojs is on the right track.
Yes, I did and it works great. What are the reasons to stop improving Lassojs? I thought it is the default bundler at ebay. You dropped it for webpack?
Definitly, but this requrires active maintainers and for me it feels like that only a few people are active as a maintainer in the ecosystem of markojs. Soo many unanswered issues and unreviewed pull-request this doesn't look too inviting. |
What are the reasons to stop improving Lassojs? I thought it is the default bundler at ebay. You dropped it for webpack? Soo many unanswered issues and unreviewed pull-request this doesn't look too inviting. |
New Structure for Docs
Guides
Reference
Compiler
marko.json
/marko-tag.json
Components
Render API
The text was updated successfully, but these errors were encountered: