-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Jade implementation #180
Comments
@gos-sebastian it currently uses Jade for static content (about us, privacy policy etc. pages) https://github.com/kriasoft/react-starter-kit/tree/master/src/content |
@koistya I saw this, but it would be great to have it with bootstrap and dynamic pages |
@gos-sebastian so that some portion of the site could work with regular static pages (not as SPA)? |
I was kinda wondering why Jade is needed at all, why not pipe everything through React / JSX or some other JS templating, especially with server rendering |
@vladikoff Also wondering this. Whenever I have a templating engine like Jade or Hogan in a React project it always gets wasted |
This issue can be closed: Jade was removed in favor of Markdown. |
@sebgos thank you very much for crating this issue! Unfortunately, we have close it due to inactivity. Feel free to re-open it or join our Discord channel for discussion. NOTE: The |
Did you think about implementation of http://jade-lang.com/ into this starter-kit? I was using it in some angularJS projects and it's really powerfull.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: