Update react

This commit is contained in:
Tom Raithel
2017-11-24 12:57:56 +01:00
parent 877f165976
commit a75092ccfc
2 changed files with 16 additions and 17 deletions

View File

@@ -2,23 +2,18 @@
title: "React.js" title: "React.js"
ring: trial ring: trial
quadrant: languages-and-frameworks quadrant: languages-and-frameworks
--- ---
React claims to be "the V in MVC". But for us it is much more than that. React
improved the way we approach frontend applications as we build them. Its
functional way of writing components and its declarative JSX syntax help us to
build interactive UIs very efficiently. React's one-way data flow keeps
everything modular and fast and makes even large applications more readable.
React claims to be "the V in MVC". But for us it is much more than that. React improved the way we approach frontend applications as we build them. Its functional way of writing components Components are the central point of React - once we fully started
and its declarative JSX syntax help us to build interactive UIs very efficiently. [thinking in react](https://facebook.github.io/react/docs/thinking-in-react.html),
React's one-way data flow keeps everything modular and fast and makes even large applications more readable. our components became smaller, more reusable and better testable.
Components are the central point of React - once we fully started [thinking in react](https://facebook.github.io/react/docs/thinking-in-react.html), our components became smaller, more reusable and better testable.
After some 1.5 years of experience with React and the steady growth of the community and ecosystem around it,
we can confidently say that we still see great protential to build upcoming projects with React.
<!--except-->
After some 1.5 years of experience with React and the steady growth of the
community and ecosystem around it, we can confidently say that we still see
great protential to build upcoming projects with React.

View File

@@ -4,4 +4,8 @@ ring: adopt
quadrant: languages-and-frameworks quadrant: languages-and-frameworks
--- ---
TODO! The past months have shown, that React is still a great fit for frontend-heavy
applications for us. With it´s rewritten core in version 16, Facebook shows how
important that framework is for them by putting a lot of effort into React and a
healthy community. In addition to that, we **REALLY** enjoy writing React
components so much, that we have to move this library into **adopt**!