implemented debounce on search handler function

This commit is contained in:
andres alcocer
2020-07-10 13:46:28 -04:00
parent ff18a5e7df
commit 4e6349f5f7
3 changed files with 54 additions and 54 deletions

View File

@@ -2,7 +2,7 @@ import React, { Component } from 'react';
export default class Search extends Component {
state = {
movieList: [];
movieList: []
}
render() {