Let's Build Word Frequency Counter using ReactJS
Reactjs

Search for a command to run...
Articles tagged with #frontend-development
Reactjs

In the previous article, we covered some basics of SASS and defined the learning outcomes from the articles. We will cover the rest in this article. What we will learn:- for loop each while Splitting styles into different files Extend properties of ...

Using useEffect for fetching api response:- useEffect(()=>{ fetch(`https://pixabay.com/api/?key=${process.env.REACT_APP_PIXABAY_API_KEY}&q=${term}&image_type=photo`) .then(res => res.json()) .then(data => { setImages(data.h...

TalwindCSS is an awesome CSS framework that we can use to style anything with ease and get our webpage to look better. Integrating TailwindCSS with React is not so simple at first as lots of different things have to installed and not just doing two n...
