{"id":15537420,"url":"https://github.com/nullvoxpopuli/react-vs-ember","last_synced_at":"2025-04-23T14:02:29.417Z","repository":{"id":66344811,"uuid":"133498382","full_name":"NullVoxPopuli/react-vs-ember","owner":"NullVoxPopuli","description":"A subjective comparison of problem solving in react (and it's ecosystem) vs. ember. (Supporting code for blog series)","archived":false,"fork":false,"pushed_at":"2019-03-13T23:24:34.000Z","size":10813,"stargazers_count":41,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T00:21:32.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nullvoxpopuli.github.io/react-vs-ember-indy-tech-talks-presentation/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NullVoxPopuli.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":"support/bootstrap","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-15T10:13:57.000Z","updated_at":"2023-07-27T12:03:52.000Z","dependencies_parsed_at":"2023-02-21T23:45:43.821Z","dependency_job_id":null,"html_url":"https://github.com/NullVoxPopuli/react-vs-ember","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/NullVoxPopuli%2Freact-vs-ember","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Freact-vs-ember/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Freact-vs-ember/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Freact-vs-ember/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NullVoxPopuli","download_url":"https://codeload.github.com/NullVoxPopuli/react-vs-ember/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250446814,"owners_count":21432089,"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-02T11:57:01.106Z","updated_at":"2025-04-23T14:02:29.346Z","avatar_url":"https://github.com/NullVoxPopuli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React vs. Ember: Introduction\n\nThis is the first post in a series which aims to objectively discuss some differences and\nsimilarities between how the React-based projects and Ember projects solve the same problems.\nThe comparison is going to utilize a best-practice approach within\nboth ecosystems with a focus maintainability, allowing ease of collaboration in large teams via\ntypescript, and some recommended architectural patterns that best fit the ecosystem.\n\nWhat this series is not, is a subjective comparison of why an individual or company should choose\nReact (and its ecosystem) over Ember or vice-versa. There are some major differences that make React\ndifficult to compare to Ember, as React is a single library, and Ember is a framework consisting of multiple\nlibraries.\n\nThis series will assume some general single-page-app and modern ECMAScript knowledge from the reader so that the content\ncan focus on the problem being solved for that particular blog post. Each post will include (and eventually embed) runnable\ncode samples to demonstrate the implementation(s) in the grander scheme of an app.\n\n###  Notes and caveats\n\nWhile the goal is to remain totally subjective between React (and its ecosystem) and Ember, some opinions are required within each in order to make the comparison easier. Many of these opinionated implementation details won't matter for the content of the blog series, but will be present in the linked example code. There will be a separate post down the road about project structure in various scenarios.\n\n\n----------------------------------------------------\n\n## Info About This Repo\n\n\nThe code in this repo provides runnable examples of code throughout a blogging series comparing react (and it's ecosystem) with ember.\n\nThe structure is the following:\n\n```\n - blog-topic/\n   - react/\n     - everything needed to run a react project\n   - ember/\n     - everything needed to run an ember project\n\n```\n\nEach react/ember folder will have a `README.md` which explains which files are of relevance for the specific blog topic.\n\nEvery project directory will contain a `run` file, which can be executed via `./run docker` to auto-build, install dependencies, and run the sample app.\n\n\n------------------------------------------------------\nMarkdown to HTML Conversion: https://www.browserling.com/tools/markdown-to-html\n\n\n\n---------------------------------------------------------\n\nWordpress for getting syntax highlighting:\n\n```html\n\u003c!-- This is for coloring the code samples --\u003e\n\u003c!--\nhttps://www.jsdelivr.com/package/npm/prismjs?path=components\u0026tab=collection\n--\u003e\n\n\n\u003cscript\n  src=\"https://cdn.jsdelivr.net/combine/npm/prismjs@1.14.0,npm/prismjs@1.14.0/plugins/line-numbers/prism-line-numbers.min.js,npm/prismjs@1.14.0/plugins/show-language/prism-show-language.min.js,npm/prismjs@1.14.0/components/prism-typescript.min.js,npm/prismjs@1.14.0/components/prism-jsx.min.js,npm/prismjs@1.14.0/components/prism-tsx.min.js,npm/prismjs@1.14.0/components/prism-markup-templating.min.js,npm/prismjs@1.14.0/components/prism-handlebars.min.js,npm/prismjs@1.14.0/plugins/normalize-whitespace/prism-normalize-whitespace.min.js,npm/prismjs@1.14.0/plugins/autolinker/prism-autolinker.min.js\"\u003e\u003c/script\u003e\n\n\n\n\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://cdn.jsdelivr.net/combine/npm/prismjs@1.14.0/themes/prism.min.css,npm/prismjs@1.14.0/plugins/line-numbers/prism-line-numbers.min.css,npm/prismjs@1.14.0/plugins/autolinker/prism-autolinker.min.css\"\u003e\n\n\n\u003cstyle\u003e\na.token.md-link {\n  text-decoration: underline;\n}\n\u003c/style\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Freact-vs-ember","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullvoxpopuli%2Freact-vs-ember","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Freact-vs-ember/lists"}