|
|
|
|
|
by todd3834
3689 days ago
|
|
> I mean, how does updating work? If you improve the scaffolding, people need to merge in their changes? Why is this not a CLI tool that would be effortless to update? You hit the nail on the head! This is a huge problem. We had a scaffold that included isomorphic rendering. At one point we discovered a potential XSS vulnerability in how we were serializing the initial state. Updating was trivial but we had to manually patch multiple apps. We wanted the same thing and it didn't exist so we created it. https://github.com/TrueCar/gluestick |
|