TheQoder's Blog

TheQoder's Blog

Follow
Follow
homePortfolionewsletter
Tag

Frontend Development

#frontend-development

More content

Read more stories on Hashnode


Articles with this tag

Downloading base64 PDF in Javascript / React

Sep 19, 20222 min read

Trying to download a base64 PDF/File from an API request with one click? · I ran into this problem while trying to download a PDF from an API response...

Downloading base64 PDF in Javascript / React

Image Optimization with NextJS

May 5, 20227 min read

How does NextJS Image work? How do I optimize my Nextjs build? Lazy Loading Images? - Right article to find out :) · NextJS is fast becoming my favorite...

Image Optimization with NextJS

8 UI Frameworks for your React App

Oct 22, 20215 min read

React is an open-source front-end JavaScript library for building user interfaces or UI components. It is maintained by Facebook and has over 170k...

8 UI Frameworks for your React App

Props vs State - React

Oct 15, 20213 min read

In building a React project, you make use of props or states ( as the case may be ) across your application, in this article you would learn: What...

Props vs State - React

Setting up Redux with your React App

Oct 8, 20216 min read

A lot of React developers deal with state management while building their Applications, here is a guide on how to use Redux to manage those states. ·...

Setting up Redux with your React App