Not sure just what you're looking for, but SpiderOak's Semaphor is a desktop/mobile end-to-end-encrypted Slack alternative where the presentation layer is React, and the client side app backend (networking, crypto, database) is Go. That keeps the React code focused and easy to follow.
I remember doing a lot of WP consulting in the 2006-12 timeframe. The PHP was (is?) god awful. Difficult to parse, difficult to follow, and followed no discernible best practices. Spaghetti all the way down.
FormidableLabs (https://github.com/FormidableLabs) is doing some very good work in the React ecosystem. Here are projects that I'm particularly excited about:
I'm currently building a React app while trying to explain how/what I do in weekly(-ish) videos. You can find the source code (along with links to videos) on github: https://github.com/yamalight/building-products-with-js
"debugger.html is a hackable debugger for modern times, built from the ground up using React and Redux. It is designed to be approachable, yet powerful. And it is engineered to be predictable, understandable, and testable.
Mozilla created this debugger for use in the Firefox Developer Tools."
I highly recommend checking out React Toolbox [http://react-toolbox.com/#/]. It's a horrible name for what it is - but it's a Material Design implementation in React.
There are simple components, and then more complicated concepts like higher-order components and factories. It has very good documentation, and is under active development.
It is a platform to build pipelines to showcase machine learning models on the web. You select input components, output components, and use the cvfy-lib python client to connect all these.
ES6 React with react-router, server side rendering, and Webpack code splitting + tree shaking. It's based on the "huge-app" example from the react-router project.
A website and user system starter. Server side is built with hapi.js. The front-end is built with React. Redux as the state container. Client side routing with React Router.
Contains documentation and unit tests, plus a few neat react tricks (like a custom React-router Route component and an accumulator saga), documented there:
[+] [-] rarrrrrr|9 years ago|reply
Source is here: https://spideroak.com/solutions/semaphor/source
[+] [-] chrisfosterelli|9 years ago|reply
[+] [-] emilong|9 years ago|reply
https://github.com/andrewngu/sound-redux
[+] [-] lalos|9 years ago|reply
[+] [-] scrollaway|9 years ago|reply
https://github.com/HearthSim/Joust
Example: https://hsreplay.net/replay/rjUdp6iC5FcQmKGmLX35RA
[+] [-] chriswwweb|9 years ago|reply
[+] [-] keyle|9 years ago|reply
[+] [-] praveenster|9 years ago|reply
https://developer.wordpress.com/calypso/
https://github.com/Automattic/wp-calypso
[+] [-] Mchl|9 years ago|reply
[+] [-] pc86|9 years ago|reply
I hope the React is better!
[+] [-] jacobjzhang|9 years ago|reply
https://github.com/devtools-html/debugger.html
Open source FTW
[+] [-] jasonlaster11|9 years ago|reply
We'd love to have OSS help. We try to be as beginner friendly as possible.
Getting started is as easy as `npm install; npm start`. Here are our contributing docs - https://github.com/devtools-html/debugger.html/blob/master/C...
We have lots of great "up for grabs" issues for first time contributors - https://github.com/devtools-html/debugger.html/issues?q=is%3.... If you're interested, comment on one of the issues and it's yours.
This week we've had lots of first time contributors and there's a lot of low hanging fruit.
[+] [-] vmasto|9 years ago|reply
[+] [-] activatedgeek|9 years ago|reply
1. Spectacle (https://github.com/FormidableLabs/spectacle), Presentation Library
2. Victory (https://github.com/FormidableLabs/victory), Graphing Library
3. Radium (https://github.com/FormidableLabs/radium), Component Styling
[+] [-] yamalight|9 years ago|reply
[+] [-] niftich|9 years ago|reply
"debugger.html is a hackable debugger for modern times, built from the ground up using React and Redux. It is designed to be approachable, yet powerful. And it is engineered to be predictable, understandable, and testable.
Mozilla created this debugger for use in the Firefox Developer Tools."
[1] https://github.com/devtools-html/debugger.html
[+] [-] patsplat|9 years ago|reply
[+] [-] OmarIsmail|9 years ago|reply
There are simple components, and then more complicated concepts like higher-order components and factories. It has very good documentation, and is under active development.
[+] [-] indexerror|9 years ago|reply
Work in progress: https://github.com/Cloud-CV/cvfy-frontend
It is a platform to build pipelines to showcase machine learning models on the web. You select input components, output components, and use the cvfy-lib python client to connect all these.
[+] [-] derwiki|9 years ago|reply
[+] [-] grinich|9 years ago|reply
The code is also open source: http://github.com/nylas/n1
(I work at Nylas)
[+] [-] caterama|9 years ago|reply
https://github.com/5tefan/universal-react-demo
[+] [-] jedireza|9 years ago|reply
https://jedireza.github.io/aqua/
https://github.com/jedireza/aqua
[+] [-] artellectual|9 years ago|reply
Videos: https://www.codemy.net/channels/react-foundation
Source Code: https://github.com/codemy/invoiced-ui
[+] [-] rickhanlonii|9 years ago|reply
- http://breakerapp.com/r/breakerapp
- http://github.com/larvalabs/breaker
[+] [-] fzaninotto|9 years ago|reply
https://github.com/marmelab/admin-on-rest
Contains documentation and unit tests, plus a few neat react tricks (like a custom React-router Route component and an accumulator saga), documented there:
* http://marmelab.com/blog/2016/09/20/custom-react-router-comp... * http://marmelab.com/blog/2016/10/18/using-redux-saga-to-dedu...
[+] [-] Cymen|9 years ago|reply
https://github.com/react-bootstrap/react-bootstrap
They are also accepting of new contributors.
[+] [-] ehfeng|9 years ago|reply
[+] [-] rwieruch|9 years ago|reply
GitHub: https://github.com/rwieruch/favesound-redux Live: http://www.favesound.de/
Basic feature set: Login, Sort/Filter/Search, Play Audio in Browser, Pagination, ...
No over engineered libraries: normalizr, redux-thunk, react-touter, enzyme ...
Tutorial to build your own: http://www.robinwieruch.de/the-soundcloud-client-in-react-re...
[+] [-] whicks|9 years ago|reply
Just leaving this here for reference and as a resource.