I've had a creeping suspicion that prolific game devs are actually weak compsci software engineers since Carmack, Quake con 2013: "Guys I Just heard about this Lisp thing". Sweeney keeps confirming. "like JSON is to Java?" LMAO. Also, https://twitter.com/TimSweeneyEpic/status/965669330527678470 … "what is isomorphic?"https://twitter.com/TimSweeneyEpic/status/967314738253266946 …
Do any React variants have a uniform syntax? E.g. syntax where you can write HTML tags containing arbitrary JavaScript expressions without all of the escaping / string interpolation which characterizes mainline https://en.wikipedia.org/wiki/React_(JavaScript_library) … and PHP?
-
-
React is not a separate templating syntax. JSX is essentially a preprocess macro layer that expands to standard uniform JS. <tag></tag> expands to createElement("tag"). You can manually write the later if you prefer, which gives you uniform JS syntax
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.