LucidSamuel / Defi-Portfolio

Avoid .bind() or local functions in JSX properties JS-0417
Performance
Major
2 years ago2 years old
JSX props should not use arrow functions
34              <form>
35                <input type='text'
36                placeholder='search'
37                className='addr-input' onChange={handleChange} />38              </form>
39            </div>
40            <h1>DEX Trade History</h1>