ORESoftware / hr4R

Example project - "Hot Reloading 4 RequireJS" front-end web applications & some extra code demonstrating hot-reloading for Node.js Express servers
27 stars 1 forks source link

idempotent-json and univ-config modules do not exist. #3

Open matthova opened 7 years ago

matthova commented 7 years ago

Not sure what happened, but both of these modules were revoked by NPM for security reasons https://www.npmjs.com/package/univ-config https://www.npmjs.com/package/idempotent-json

ORESoftware commented 7 years ago

Ah thanks, yeah I had to remove and then rename them because they were originally IP of the company I worked for. I need to fix this.

marekkaczkowski commented 6 years ago

@matthova idempotent-json --> https://github.com/the1mills/siamese

ORESoftware commented 6 years ago

I wouldn't use this project as a reference, the article though still stands strong, but this project is outdated. The hot-reloading mechanism though in the project is the only important part.

marekkaczkowski commented 6 years ago

For sure, but I'd like to experiment a bit with old stack :)

ORESoftware commented 6 years ago

yeah, I am digging Angular5, but it doesn't have the dynamic loading properties of RequireJS or SystemJS, and the build is so complex compared to the old way lol