diff --git a/radar/2017-03-01/react.md b/radar/2017-03-01/react.md index 961aba2..92d5e4b 100644 --- a/radar/2017-03-01/react.md +++ b/radar/2017-03-01/react.md @@ -2,23 +2,18 @@ title: "React.js" ring: trial 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 -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. - -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. - - - - - - - +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. diff --git a/radar/2017-10-01/react.md b/radar/2017-10-01/react.md index a1b7110..b91a152 100644 --- a/radar/2017-10-01/react.md +++ b/radar/2017-10-01/react.md @@ -4,4 +4,8 @@ ring: adopt 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**!