Skip to content

segmentationfaulter/realworld-example-app-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motivation

It is a Medium.com clone work in progress (here is a list of TODO's). The motivation behind this small app is to demonstrate something functional built with React without lot of fancy dependencies, so it is easier for the beginners who know javascript to get started with. The only major dependencies it has apart from React is reach router and axios. I am not using fancy state management solutions like Redux or MobX because React's own state management is good enough for an app of this scale. I am also not using immutable data structures, thinking that it would be a premature performance optimization and would complicate things for my audience. I am also not writing any CSS for this app because I had to comply with the theme created by realworld.io.

Development

  • Clone the repo
  • yarn to install dependencies
  • yarn start to run the development server

About

An example of a Medium.com clone, inspired by realworld.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published