We have some info about the build process in the README: https://github.com/facebook/react#contribute. Basically, our build system lets you write @providesModule Foo in one file then you can require('Foo') in any other file. This is left over from how we build JS at Facebook and we might convert to standard CommonJS one day.
If you have more specific questions, just tweet at us and hopefully we can give you an answer.