Your demo needs fixing, it's open to XSS and that has been tried and tested, as expected for this crowd. :)
Mern: Build JavaScript apps using React and Redux
21–30 of 141 posts
Re: Mern: Build JavaScript apps using React and Redux
#22Why MongoDB?
Re: Mern: Build JavaScript apps using React and Redux
#23The page keeps mentioning 'isomorphic apps' but I have no idea what those are. From googling, they appear to be JS code that can run client and server-side? Not what I would have guessed!
Re: Mern: Build JavaScript apps using React and Redux
#24The page keeps mentioning 'isomorphic apps' but I have no idea what those are. From googling, they appear to be JS code that can run client and server-side? Not what I would have guessed!
> being of identical or similar form, shape, or structure
I call it fronty-backy-samey-samey and everyone knows what I'm talking about.
Re: Mern: Build JavaScript apps using React and Redux
#25Why MongoDB?
Mongo is often quick to get people started and simple to work with. No migrations, or joins, etc. etc. It's not for every project, but quite nice for prototyping.
Re: Mern: Build JavaScript apps using React and Redux
#26Re: Mern: Build JavaScript apps using React and Redux
#27Why MongoDB?
I use MongoDB because I can instantly save down a JavaScript object and later retrieve it in the same state. I don't have to worry about anything else. No configuration, nothing. That's all I need but if there are better options I'm all ears.
Re: Mern: Build JavaScript apps using React and Redux
#28Why MongoDB?
Mongo is often quick to get people started and simple to work with. No migrations, or joins, etc. etc. It's not for every project, but quite nice for prototyping.
Re: Mern: Build JavaScript apps using React and Redux
#29The page keeps mentioning 'isomorphic apps' but I have no idea what those are. From googling, they appear to be JS code that can run client and server-side? Not what I would have guessed!
It's one of those instances where developers went looking for a word that perfectly articulates what it's doing, but is so esoteric as to be useless. > being of identical or similar form, shape, or structure I call it fronty-backy-samey-samey and everyone knows what I'm talking about.
To me the word makes me imagine a web application that can parse its own rendered HTML and get back the application state. Which sounds kind of interesting...
Re: Mern: Build JavaScript apps using React and Redux
#30Edit: At the very least Dan Abramov (Redux creator) is ok with universal [2]
[1] https://medium.com/@mjackson/universal-javascript-4761051b7a...
[2] https://github.com/gaearon/react-redux-universal-hot-example