-
Notifications
You must be signed in to change notification settings - Fork 206
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
Discontinued? #244
Comments
There are no alternatives that I know of, indeed I ended up writing a templating engine of my own. Things have changed a lot since the introduction of |
I can't ask the UI guys to use JSX to create layouts, i see at this point it would be better to go with angularJS and its templating engine as i know it well... Generally is not a good thing to put everything in one single file and mix html with js code, it can be useful for newbies or unskilled programmers perhaps, but not if you want to give a good structure to your project. Really disappointing. |
I love html templates but the most annoying part is switching back and forth from code to template, really. The second most annoying thing is that you don't have syntax checking or even syntax highlight (nowadays you can't live without). Anyway you should not dismiss |
@nippur72 Ok i'll test it more accurately, we'll see. Thanx!!! |
Anyway, i think this project should be still developed, it's something that is really useful to developers, to divide code from what will be rendered and organize the project using a MVC like paradigm. Cheers |
Simple question: Is react-templates discontinued?
Another simple question: In case of positive answers to the above, is out there any alternative?
Cheers!
The text was updated successfully, but these errors were encountered: