cool, sorry if this is dumb/obvious, but how does this fit with reflexbox (another react grid system by the same author)? do they complement each other? or is this a better version of reflexbox? or do you use one or the other depending on your goals? thanks,
I'm not sure that grids have a role to play in single page web apps. But I'm convinced that React only has a role to play in SPA's (or self contained widgets).
I'm convinced by the fact that React makes the complex simple, and the simple complex.
I make web apps most of the time, and I love React. React + Redux is my goto architecture and I don't think there's anything out there to rival it.
But I don't see any sense in using it to create a blog, or a promotional website, or any other kind of website that is essentially a web version of something that could also live in print.
You're right, many people do use it outside of SPA's, but I think it's a case of; If all you've got is a hammer, everything looks like a nail.
Not sure about anyone else but the "Dont", "Repeat", "Yourself" page is not rendering correctly, the bar is a significant distance removed from Don't compared to Repeat and Yourself. Not sure why, code is identical, but I didn't inspect...
They might want to make their navigation more oblivious. I totally missed the fact that this page was a slideshow and that there were little green arrows at the bottom right corner.
13 comments
[ 4.5 ms ] story [ 41.5 ms ] threadNevertheless, beautifully designed project.
The source uses styled-components vs the previous css-in-js implentation (I think it used cxs). https://github.com/jxnblk/grid-styled/blob/master/src/Flex.j...
Convinced by what? Many do use it outside of SPAs.
I make web apps most of the time, and I love React. React + Redux is my goto architecture and I don't think there's anything out there to rival it.
But I don't see any sense in using it to create a blog, or a promotional website, or any other kind of website that is essentially a web version of something that could also live in print.
You're right, many people do use it outside of SPA's, but I think it's a case of; If all you've got is a hammer, everything looks like a nail.
Why? You can even use it for static site generation or purely server-rendered websites. You're probably thinking of jQuery.