Live data from Hacker News

React-material-ui with a pure Java stack

github.com

21–23 of 23 posts

Re: React-material-ui with a pure Java stack

#22

I'm slightly confused, what is the use case for this? It says "no npm, babel, etc" but then it goes and downloads the packages for you.

It's not only npm, its also jsx transpilation, bundling (incl. a shim of npm, es6 imports and html-imports) and java-javascript interfacing.

Re: React-material-ui with a pure Java stack

#23

I love the mvn clean package just after git clone This immediately tells me of his attention to make builds reproducible. edit: formatting

npm is indeterministic, as I have to mimic its implementation, JNMP isn't deterministic also (but I could make it so, good point)
Post reply on HN