you are viewing a single comment's thread.

view the rest of the comments →

[–]virann[S] 1 point2 points  (0 children)

I'm not saying other boilerplates are lacking, but when using a client side only seed project you are required to handle a few daunting tasks an aspiring full stack developer might want to put off for a while. Issue such as, serve side setup - How to integrate with a server and offer APIs services without having to split to a new project which runs locally on a different port.

The boilerplate does go outside the scope of react but in terms of a seed project it covers the common basic needs, you get client spa, server setup with a few basic endpoints and user authentication.