Code Monkey home page Code Monkey logo

react-firebase-playground's Introduction

Features

  • Uses recompose to achieve better separation of concerns in react applications
  • Uses Atomic Design methodology for component structure
  • Simplified Redux with less overheads using Modular redux
  • Built-in security and session handling
  • Uses Formik with asynchronous error handling and feedback
  • Prettier + Eslint for a consistent codebase

Folder Structure

.
├── ...
├── build                       # Target build folder
├── public                      # Override index.html and favicon.ico
├── src
│   ├── assets                  # Static assets such as fonts, images, videos
│   ├── components              # Refer to http://atomicdesign.bradfrost.com/chapter-2/
│   │       ├── atoms           # Basic components that can’t be broken down any further
│   │       ├── molecules       # Relatively simple groups of UI components
│   │       ├── organisms       # Relatively complex UI components composed of groups of molecules
│   │       └── templates       # Page-level objects that place components into a layout
│   ├── constants               # Global app constants
│   ├── containers              # Data-fetching and page components
│   ├── modules                 # Modular Redux: actions, reducers, selectors
│   ├── styles                  # Theme and global CSS files
│   ├── utils                   # Helper functions
│   └── config.js               # Application specific settings
├── .env.{environment}          # Environment specific variables
├── config-overrides.js         # Override webpack config here
└── ...

react-firebase-playground's People

Contributors

sioquim avatar sahanatroam avatar karin-n avatar

Watchers

James Cloos 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.