Dummy app based on React to make PoC easily
StabHab is a simple React application around ticket buyers and resellers.
It's strongly based on StubHub's look and feel. Don't say anything else. 😀
The idea behind this is to make proofs of concept about the new React features in an easy way maybe to expose with my fellows and so on. Also why not, some other test related with the frontend development itself.
For that, I've built a simple application with Create React App. Using the Git branches, I'm going to try to split the different tests maintaining the master branch like the current recommended way to build a React project.
The following list contains the different tests ordered by Git branches.
- master: The basic one, without any test.
- react-suspense: Applied the necessary changes to make work with React Suspense.
- react-hooks: Becomed all the React components to functional style applying React Hooks.
$ git clone https://github.com/benatespina/stabhab && cd stabhab
## You can move yourself to the branch that you want to test *
$ npm install
$ npm start
* Please, choose the branch that most interests you, from here
This project is created by:
@benatespina - benatespina@gmail.com