apexskier / hotswap-js

Ideas about live swapping javascript code.
0 stars 0 forks source link

hot swapping with Angular + AMD #1

Open ORESoftware opened 9 years ago

ORESoftware commented 9 years ago

Hi there-

I would like your help with this article- https://medium.com/@the1mills/hot-reloading-with-react-requirejs-7b2aa6cb06e1

I need someone to help me fact check it from an Angular perspective. let me know if you would be willing to provide some input

apexskier commented 9 years ago

Hi Alex,

I just read through the article and don't see any issues on a first pass. It looks to me like you're writing about hot reloading from a development perspective: pushing changes from the server to the front end with a direct refresh of the view. This repository describes the idea of pushing changes for a public user facing site without the user seeing a page reload.

From an angular perspective, a couple points:

Let me know if you have any other specific questions and I can provide what knowledge I have.