Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tour of Heroes app written with React

NotificationsYou must be signed in to change notification settings

vasu4849/heroes-react

 
 

Repository files navigation

This project was created to help represent a fundamental app written with React. The heroes and villains theme is used throughout the app.

byJohn Papa

Comparative apps written with Vue and Angular can be found at atgithub.com/johnpapa/heroes-vue andgithub.com/johnpapa/heroes-angular

Why

I love JavaScript and the Web! One of the most common questions I hear is "which framework is best?". I like to flip this around and ask you "which is best for you?". The best way to know this is to try it for yourself. I'll follow up with some articles on my experiences with these frameworks but in the meantime, please try it for yourself to gain your own experience with each.

Live Demos

Hosted inAzure

Getting Started

  1. Clone this repository

    git clone https://github.com/johnpapa/heroes-react.gitcd heroes-react
  2. Install the npm packages

    npm install
  3. Run the app!

    npm run quick

Cypress Tests

  1. You can execute all of the UI tests by running the following steps

    npm run cypress

What's in the App

Each of these apps contain:

  • routing
  • lazy loading
  • container/presenter components
  • redux state management pattern
  • The same CSS

Why Cypress?

Cypress.io makes it easy to run all three apps simultaneously in end to end tests, so you can watch the results while developing.

Why abstracted CSS?

The goal of the project was to show how each framework can be designed to create the same app. Each uses their own specific techniques in a way that is tuned to each framework. However the one caveat I wanted to achieve was to make sure all of them look the same. While I could have used specific styling for each with scoped and styled components, I chose to create a single global styles file that they all share. This allowed me to provide the same look and feel, run the same cypress tests, and focus more on the HTML and JavaScript/TypeScript.

Why JSON Server?

The app uses a JSON server for a backend by default. This allows you to run the code without needing any database engines or cloud accounts. Enjoy!

Why Docker?

You can host the app any way you prefer. I chose Docker because it is familiar to me and makes it easy to run anywhere (local or cloud). You do you though and feel free to run this in yur own way.

Problems or Suggestions

Open an issue here

Thank You

Thank you toSarah Drasner,Brian Holt,Chris Noring,Craig Shoemaker, andWard Bell for providing input and reviewing the code in the three repos for the Angular, React, and Vue apps:

Resources

About

Tour of Heroes app written with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript91.1%
  • CSS4.9%
  • HTML2.9%
  • Dockerfile1.1%

[8]ページ先頭

©2009-2025 Movatter.jp