MongoDB
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> MongoDB

REACT tìm nạp yêu cầu bài đăng

Tôi đoán cách bạn đang sử dụng ref đã không được dùng nữa. hãy thử bên dưới xem bạn có may mắn không.

export default class Form extends React.Component {
 constructor(props){
  super(props);
  this.handleSubmit = this.handleSubmit.bind(this);
 }

 handleSubmit(event){ 
  event.preventDefault();
  fetch('/', {
   method: 'post',
   headers: {'Content-Type':'application/json'},
   body: {
    "first_name": this.firstName.value
   }
  });
 };

 render () {
  return (
   
   <div id="signup">
    <form onSubmit={this.handleSubmit}>
        <input ref={(ref) => {this.firstName = ref}} placeholder="First Name" type="text" name="first_name"/><br />
        <input ref={(ref) => {this.lastName = ref}} placeholder="Last Name" type="text" name="last_name"/><br />
       <button type="Submit">Start</button>
    </form>
​
   </div>
​
  )
 }
}

Đây là liên kết để phản ứng tài liệu về refs



  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Kết nối với mongodb bằng mongoose và Fixie (tiện ích bổ sung Heroku)

  2. Sự cố Google Compute Engine safe_format_mount - chỉ định lỗi loại hệ thống tệp

  3. $ Composer không thể tìm thấy phần mở rộng mongodb, phần mở rộng Mongodb bắt buộc

  4. Có kích thước bson tối đa MongoDB hoạt động xung quanh không?

  5. Cách tự động hóa và quản lý MongoDB với ClusterControl