Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit d188e4b

Browse files
committed
Merge branch 'master' of github.com:nesterow/frontless into develop
2 parents 15a3a1a + 346503b commit d188e4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Frontless is built around the best javascript technologies: Feathers.JS , Riot.J
2121

2222
In practice, the classic MVVM approach significantly complicates work with data. That causes a front-end developer to write the code, which would be better performed by the server rather than a browser application. The server has to be responsible for things like routing, data requests, user state (sessions), and in some cases - component's view-model. It would make a front-end developer better concentrate on UI rather than repeating the functionality which is done by back-end in more reliable way.
2323

24+
2425
#### The Stack
2526

2627
Before you start, it is highly recommended to have essential understanding of following technologies:
@@ -151,3 +152,6 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
151152
## Credits
152153
* **Gianluca Guarini** - [@GianlucaGuarini](https://github.com/GianlucaGuarini) - *[riot/hydrate](https://github.com/riot/hydrate)*, *[Riot.js](https://github.com/riot/riot)*
153154

155+
## Readme
156+
[Why B2B startups shouldn't use React](https://dev.to/snird/why-b2b-startups-shouldn-t-use-react-or-any-js-framework-3j74)
157+

0 commit comments

Comments
 (0)