Earlier quoted context omitted.
Please enlighthem us how React is even able to work when we take away DOM and JavaScript OOP capabilities out of it. I am quite curious how the browser is going to display anything. You think that you know much more than me, enjoy a peaceful life thinking that way, if it makes you happy.
React is a remarkably well-focused library that can work just fine without DOM, itself having no relationship with or dependency on DOM or the browser whatsoever. If you want to render into DOM, you’ll need to use another library, ReactDOM (notably not a dependency of React). However, rendering to DOM is not the only way to use React. Ink[0], for example, allows to create command-line program interfaces out of React…
How Dwarf Fortress is built
361–370 of 407 posts
Re: How Dwarf Fortress is built
#362Earlier quoted context omitted.
You're right you are unaware. This is not an insult and I'm not trying to offend you. This is a factual statement. You truly are unaware as you stated yourself, and I can prove it to you. First off FRP is actually a term. Functional Reactive Programming. It is 100% a functional paradigm that gasp by DEFINITION cannot be procedural. So you truly didn't know what you were talking about here: https://en.wikipedia.org/wi…
Ah so ReasonML doesn't transpile to JavaScript, an OOP language? How does it run on the browser?
Re: How Dwarf Fortress is built
#363To me what was most surprising about Dwarf Fortress, given the complexity, is that Tad didn’t use git or any other code repository until more recently.
Did he finally start using one? I know that was one of the things that blew most people away, is that he had no change history for most of his code...
Re: How Dwarf Fortress is built
#364Re: How Dwarf Fortress is built
#365Re: How Dwarf Fortress is built
#366Earlier quoted context omitted.
React is a remarkably well-focused library that can work just fine without DOM, itself having no relationship with or dependency on DOM or the browser whatsoever. If you want to render into DOM, you’ll need to use another library, ReactDOM (notably not a dependency of React). However, rendering to DOM is not the only way to use React. Ink[0], for example, allows to create command-line program interfaces out of React…
What is Array.prototype.map()?
Re: How Dwarf Fortress is built
#367Earlier quoted context omitted.
React is a remarkably well-focused library that can work just fine without DOM, itself having no relationship with or dependency on DOM or the browser whatsoever. If you want to render into DOM, you’ll need to use another library, ReactDOM (notably not a dependency of React). However, rendering to DOM is not the only way to use React. Ink[0], for example, allows to create command-line program interfaces out of React…
What is Array.prototype.map()?