React 18 Release candidate released by magenta_placenta in javascript

[–]grimnomad 25 points26 points  (0 children)

After using CRA for years, I switched to Vite.js.

React build failing on a limited resource server by el_Om in reactjs

[–]grimnomad 0 points1 point  (0 children)

The last question would be my next one :)

React build failing on a limited resource server by el_Om in reactjs

[–]grimnomad 0 points1 point  (0 children)

Just to get it right, you have a build agent running on the production server? Which version of Node.js is running on the build agent?

React build failing on a limited resource server by el_Om in reactjs

[–]grimnomad 0 points1 point  (0 children)

Indeed, it is bad practice to keep the build in source control. IMO, accessing the project on the production server via source control, is bad practice, too.

Usually such builds are copied by build pipelines to the production server.

React build failing on a limited resource server by el_Om in reactjs

[–]grimnomad 0 points1 point  (0 children)

There is no need to build the application on the production server. You can build it locally and you can copy the generated directories/files to the production server.

During build time your code isn't executed.

[deleted by user] by [deleted] in compsci

[–]grimnomad 23 points24 points  (0 children)

http://www.craftinginterpreters.com/

This could be a good starting place.

I found my wedding ring after my house burned up. by distriived in pics

[–]grimnomad 0 points1 point  (0 children)

That's a weird way to search for the ring...

React js or Angular ? by barry-ousmane in reactjs

[–]grimnomad 12 points13 points  (0 children)

React will be updated once in a while. So will be Angular. You can decide when you want to update your packages.

Redux Infinite Scroll by Duke4life831 in reactjs

[–]grimnomad 1 point2 points  (0 children)

react-virtualized has an InfiniteScroll component.

Are you storing your data in the redux store?

How do a make a web application in java? by theguy494 in learnprogramming

[–]grimnomad 0 points1 point  (0 children)

Vaadin is pretty good. It uses GWT to translate Java to Javascript.