|
|
|
|
|
by bpicolo
3120 days ago
|
|
Laravel Mix[0], Rails Webpacker[1], and Dotnet's Spa Services[2] (among others) all do fantastic jobs getting you going with new frontend tech alongside backend apps. It's kind of amazing that the JS world does a bit of a worse job here. Too much focus on the hip new way vs getting things done? Seems boilerplate exists mostly to make "Universal" apps now, but I've yet to see a straightforward attempt at that (not to mention, the distinction for things that work in-browser vs not is going to be confusing for beginners in the single-language-JS approach). create-react-app is fine but it only does half the job. [0] https://laravel.com/docs/5.5/mix [1] https://github.com/rails/webpacker [2] https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-... |
|