Giter Club home page Giter Club logo

react-vs-ember's Introduction

React vs. Ember: Introduction

This is the first post in a series which aims to objectively discuss some differences and similarities between how the React-based projects and Ember projects solve the same problems. The comparison is going to utilize a best-practice approach within both ecosystems with a focus maintainability, allowing ease of collaboration in large teams via typescript, and some recommended architectural patterns that best fit the ecosystem.

What this series is not, is a subjective comparison of why an individual or company should choose React (and its ecosystem) over Ember or vice-versa. There are some major differences that make React difficult to compare to Ember, as React is a single library, and Ember is a framework consisting of multiple libraries.

This series will assume some general single-page-app and modern ECMAScript knowledge from the reader so that the content can focus on the problem being solved for that particular blog post. Each post will include (and eventually embed) runnable code samples to demonstrate the implementation(s) in the grander scheme of an app.

Notes and caveats

While 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.


Info About This Repo

The code in this repo provides runnable examples of code throughout a blogging series comparing react (and it's ecosystem) with ember.

The structure is the following:

 - blog-topic/
   - react/
     - everything needed to run a react project
   - ember/
     - everything needed to run an ember project

Each react/ember folder will have a README.md which explains which files are of relevance for the specific blog topic.

Every project directory will contain a run file, which can be executed via ./run docker to auto-build, install dependencies, and run the sample app.


Markdown to HTML Conversion: https://www.browserling.com/tools/markdown-to-html


Wordpress for getting syntax highlighting:

<!-- This is for coloring the code samples -->
<!--
https://www.jsdelivr.com/package/npm/prismjs?path=components&tab=collection
-->


<script
  src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/[email protected]/plugins/line-numbers/prism-line-numbers.min.js,npm/[email protected]/plugins/show-language/prism-show-language.min.js,npm/[email protected]/components/prism-typescript.min.js,npm/[email protected]/components/prism-jsx.min.js,npm/[email protected]/components/prism-tsx.min.js,npm/[email protected]/components/prism-markup-templating.min.js,npm/[email protected]/components/prism-handlebars.min.js,npm/[email protected]/plugins/normalize-whitespace/prism-normalize-whitespace.min.js,npm/[email protected]/plugins/autolinker/prism-autolinker.min.js"></script>




<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/combine/npm/[email protected]/themes/prism.min.css,npm/[email protected]/plugins/line-numbers/prism-line-numbers.min.css,npm/[email protected]/plugins/autolinker/prism-autolinker.min.css">


<style>
a.token.md-link {
  text-decoration: underline;
}
</style>

react-vs-ember's People

Contributors

cowboyd avatar nullvoxpopuli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.