Giter VIP home page Giter VIP logo

studyingwebdev's Introduction

StudyingWebDev

Logging of Web Develop

studyingwebdev's People

Contributors

ucharles avatar

Watchers

 avatar

studyingwebdev's Issues

Form 입력 시, Image는 필수 항목 제외

Image를 입력하지 않아도 POST 요청이 가능하도록 변경하기

현재: 모든 내용이 입력되어야 SUBMIT 버튼이 활성화
변경 후: 필수 내용만 입력되면 SUBMIT 버튼을 활성화

/:uid/places 빈 목록 표시 문제

get /:uid/places가 실패하여 트리거 된 에러 모달은 출력 되지만,
frontend/places/components/PlaceList의 이하의 코드는 동작하지 않음.

const PlaceList = (props) => {
  if (props.items.length === 0) {
    return (
      <div className="place-list center">
        <Card>
          <h2>No places found...</h2>
          <Button to="/place/new">Share Place</Button>
        </Card>
      </div>
    );
  }

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.