{"id":16181782,"url":"https://github.com/ericclemmons/mvc-to-react","last_synced_at":"2025-03-19T02:30:32.905Z","repository":{"id":29461097,"uuid":"32997562","full_name":"ericclemmons/mvc-to-react","owner":"ericclemmons","description":"Eric Clemmons' Space City JS 2015 talk – \"Moving from MVC to React\"","archived":false,"fork":false,"pushed_at":"2015-03-29T17:51:48.000Z","size":15084,"stargazers_count":30,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-11T06:27:29.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericclemmons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-27T16:40:17.000Z","updated_at":"2023-11-03T17:11:33.000Z","dependencies_parsed_at":"2022-06-26T11:31:15.878Z","dependency_job_id":null,"html_url":"https://github.com/ericclemmons/mvc-to-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fmvc-to-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fmvc-to-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fmvc-to-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericclemmons%2Fmvc-to-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericclemmons","download_url":"https://codeload.github.com/ericclemmons/mvc-to-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221720240,"owners_count":16869445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T06:27:39.755Z","updated_at":"2024-10-27T18:59:48.677Z","avatar_url":"https://github.com/ericclemmons.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moving from MVC to React\n\n\u003e [![](logo.png)](http://www.slideshare.net/ericclemmons/from-mvc-to-react)\n\u003e – Eric Clemmons @ [Space City JS 2015](http://spacecityjs.com/)\n\nThis project has [step-by-step commits][commits] introducing the following\nconcepts in [React][react]:\n\n- Running [React][react] on the server.\n- Rendering a simple `\u003cComponent /\u003e`.\n- Passing `props` into a `\u003cComponent /\u003e`.\n- Rendering [React][react] on the client.\n- Serializing data on the server \u0026 using it on the client.\n- Using `context` to pass data to deeply-nested children.\n- Simple testing using [Mocha][mocha]\n\n\n## Dependencies\n\n- [Node](https://nodejs.org/)\n- [nvm](https://github.com/creationix/nvm)\n\n\n## Installation\n\nAfter cloning/download this project:\n\n```shell\n$ nvm install\n$ nvm use\n$ npm install\n```\n\nNow that the correct version of Node \u0026 NPM dependencies are installed:\n\n```shell\n$ npm start\n```\n\nOpen the project in your editor, then go to the following URLs and see\nhow it all works:\n\n- \u003chttp://localhost:3000\u003e\n- \u003chttp://localhost:3000/foo\u003e\n- etc.\n\n\n## Resources\n\nThese are from the final slide.\n\n- Learning\n  + \u003chttp://facebook.github.io/react/\u003e\n  + \u003chttp://conf.reactjs.com/schedule.html\u003e\n  + \u003chttps://www.tildedave.com/2014/11/15/introduction-to-contexts-in-react-js.html\u003e\n  + \u003chttps://github.com/ericclemmons/mvc-to-react\u003e\n\n- Getting Started\n  + \u003chttps://github.com/RickWong/react-isomorphic-starterkit\u003e\n  + \u003chttps://github.com/rackt/react-router/\u003e\n\n- Other Environments\n  + \u003chttps://github.com/reactjs/react-rails\u003e\n  + \u003chttps://github.com/reactjs/React.NET\u003e\n  + \u003chttps://github.com/reactjs/react-python\u003e\n  + \u003chttps://github.com/reactjs/react-php-v8js\u003e\n\n- Flux Implementations\n  + \u003chttp://goatslacker.github.io/alt/\u003e\n  + \u003chttps://github.com/acdlite/flummox/\u003e\n  + \u003chttps://facebook.github.io/flux/\u003e\n  + \u003chttp://fluxible.io/\u003e\n  + \u003chttp://martyjs.org/\u003e\n  + \u003chttps://github.com/spoike/refluxjs/\u003e\n\n- Community\n  + \u003chttp://reactiflux.com/\u003e\n\n\n[commits]: https://github.com/ericclemmons/mvc-to-react/commits/master\n[mocha]: http://mochajs.org/\n[react]: http://facebook.github.io/react/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericclemmons%2Fmvc-to-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericclemmons%2Fmvc-to-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericclemmons%2Fmvc-to-react/lists"}