Image: Next JS Routing Code

 as seen on video:

Home Page

 

About Page



Blogs Page




Text version of the codes:

https://programming-4-students.blogspot.com/2024/07/text-next-js-routing-code.html





No comments:

Post a Comment

DELETE A RECORD FROM MYSQL DATABASE USING VANILLA JAASCRIPT WITH API CODED IN PHP

 Code as used in the video: delete.js export const deleteModal = async ( studId , refreshDisplay ) => {   document . getElementById...