Why is this any different than say, next.js?
Show HN: Zero – A fast, zero-configuration server for React, Node.js, Markdown
11–20 of 256 posts
Re: Show HN: Zero – A fast, zero-configuration server for React, Node.js, Markdown
#12Why is this any different than say, next.js?
Re: Show HN: Zero – A fast, zero-configuration server for React, Node.js, Markdown
#13This is exactly what I needed. However with great abstraction comes great responsibility: you are now the gatekeepers of keeping things efficient in the backend. If I write "require('moment')", will you blindly require, or will you require, tree-shake, minify, etc? I guess my question is: can I trust Zero to always strive for optimum efficiency, or is it just convenience?
Re: Show HN: Zero – A fast, zero-configuration server for React, Node.js, Markdown
#14This is exactly what I needed. However with great abstraction comes great responsibility: you are now the gatekeepers of keeping things efficient in the backend. If I write "require('moment')", will you blindly require, or will you require, tree-shake, minify, etc? I guess my question is: can I trust Zero to always strive for optimum efficiency, or is it just convenience?
Re: Show HN: Zero – A fast, zero-configuration server for React, Node.js, Markdown
#15Re: Show HN: Zero – A fast, zero-configuration server for React, Node.js, Markdown
#16Lastly, it’s a shame that the doc link points to github. The doc, as layed out in github is a perfect use case for zero.
Re: Show HN: Zero – A fast, zero-configuration server for React, Node.js, Markdown
#17This is very cool framework and I will certainly use it for small to medium sized apps or website. However, just going through the doc there doesn’t seems to be a way to split components since any file is assumed to be a page. Any way around that? Lastly, it’s a shame that the doc link points to github. The doc, as layed out in github is a perfect use case for zero.
Re: Show HN: Zero – A fast, zero-configuration server for React, Node.js, Markdown
#18Re: Show HN: Zero – A fast, zero-configuration server for React, Node.js, Markdown
#19My first thought is it doesn't have enough features or too much magic BUT that is EXACTLY why it shines. I'm not going to build the next FAANG company on this but it will let me get a backend up and running VERY quickly to test out an idea. The number of ideas of mine that have been killed in the cradle by decision paralysis is higher than I would like...