Home

WayneCarl Barker's Portfolio/ Blog

Posts in clientside

Pagination
September 22, 2022
Pagination

This article will cover most everything you need for pagination in NextJS

Read More

WayneCarl

Add protection when dangerously setting html in React
September, 14, 2022
Add protection when dangerously setting html in React

This will show you how to use one of the most under used npm packages out there

Read More

WayneCarl

Unbounce
September, 14, 2022
Unbounce

This article will show you how to implement bootstrap in Unbounce

Read More

WayneCarl

Implement a rich text editor on your website
September, 14, 2022
Implement a rich text editor on your website

A rich text editor allows people to style text before submitting

Read More

WayneCarl

Build a site with markdown
September, 14, 2022
Build a site with markdown

This will show you the basics of what I used to make this website

Read More

WayneCarl

Create a custom interactive map
September, 14, 2022
Create a custom interactive map

This will show you how to use react-map-gl

Read More

WayneCarl

How to turn your web app into a PWA
September, 12, 2022
How to turn your web app into a PWA

Companies like twitter understand the value of making there website a pwa learn more about this topic here

Read More

WayneCarl

How to fix an element onClick from propigating / being triggered when a child is clicked
September, 1, 2022
How to fix an element onClick from propigating / being triggered when a child is clicked

If you are struggling with nested elements onClick events this is your solution

Read More

WayneCarl

How to make a go to top Button in react
August 22, 2022
How to make a go to top Button in react

Sometimes messing with the window is tricky in react, but we can still get it done.

Read More

Gurjotlove Parmar

How to make multiple unique states
August 7, 2022
How to make multiple unique states

This is a must know trick for every react developer

Read More

WayneCarl

How to stop an element from triggering mouse events
August 4, 2022
How to stop an element from triggering mouse events

Is your mouse event targeting the wrong element?

Read More

WayneCarl