DEV Community

Discussion on: Pokemon API using ReactJs

Collapse
 
migueldevelopez profile image
MiguelDevelopez

Put js when you introduce a code to print it properly

import React from 'react';
import './search-box.styles.css';

export const SearchBox = ({placeholder, handleChange}) =>(
    <input   />
);
Enter fullscreen mode Exit fullscreen mode

And about the code, you should investigate the react hooks, you will love it

Collapse
 
isurojit profile image
isurojit

Thank you for your much-needed valuable suggestions. I am onto it, sir.