Coder Social home page Coder Social logo

univ-front's Introduction

Purpose

[React, Redux, Saga] 프론트엔드 스타트킷
  • 추가 중인 건...
로그인 Auth HOC 추가

Author


Stack

react
react-router-dom
styled-components
react-redux
redux-saga
axios
history
react-icons

Structure

📁 프로젝트

--- api : axios모듈, api호출함수 선언
--- assets : static image•scss파일 등
--- components : 공통 컴포넌트
--- helper : 각종 helper 함수
--- mock : mock 데이터 모음
--- pages : view page 모음
--- redux : redux 구조 (하위 기술)
--- App : Route || Routes.js
--- index : App index

📁 Redux

|____redux
| | |____app
| | | |____redux.js : 해당 redux
| | | |____saga.js : 해당 saga
| | |
| | |____actionCreators : combine action•creator, dispatch
| | |____rootReducer : combine reducers
| | |____sagas : saga per redux merge 
| | |____store : 스토어 기본 세팅 (redux, saga)

Environment variables

yarn start → .env.development 참고
yarn build → .env.production 참고
yarn test → .env.test 참고
  • 사용은 process.env.REACT_APP_...
  • .env.---의 내용 수정 시 앱 재구동하여야 반영됨

univ-front's People

Contributors

mmm668 avatar

Watchers

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