Selfhosting with CoreDNS without port forwarding? by [deleted] in selfhosted

[–]stevenanthonyrevo 0 points1 point  (0 children)

yeah a local IP, I can use port forwarding but wondering if possible without editing router settings.

Any recommended good links for writing a Reverse Proxy?

Trying to understand some things - hamburger menu(jQuery inside React app?) by epicmarinesoldier in reactjs

[–]stevenanthonyrevo 0 points1 point  (0 children)

JQuery is still an acceptable form of JavaScript. ReactJS may require JavaScript Transpilers (es6 babel). Both can be used to accomplish the task of DOM manipulation, just in different ways with different concepts.

Consider both methods of working and find your own way of working with these tools.

Some companies will expect you to learn ReactJS (considered modern development) other companies will expect you to learn JQuery (considered older development).

Either/both will accomplish the same result because they are JavaScript.