https://github.com/acdlite/react-fiber-architecture (overall architecture - follow links)
https://github.com/facebook/react/blob/master/src/renderers/ (official examples)
https://github.com/nitin42/Making-a-custom-React-renderer (tutorial + example)
https://github.com/iamdustan/tiny-react-renderer (tutorial + example)
https://github.com/manaflair/mylittledom/blob/master/sources/term/react.js#L232 (example w/ lots of comments)