I am working to create the page mentioned here : https://github.com/jhu-ep-coursera/fullstack-course4/blob/master/assignments/assignment2/Assignment-2.md going
I'm re-writing a project of mine to better align with the best practice documentation. I'm most of the way there, but it seems the jQuery I'm using to make the
I have a Wordpress like backend and react like front end and they are on the different subdomains. Therefore links in list of posts follow to the wrong place. S
I'm attempting to def a function where I input an argument that's a variable assigned a date value (a birthday). This function should then use that birthday to
I just watched a talk from React Conf 2018. In the video, the speaker shows 2 ways to set the document title. The first is by using the Lifecycle methods (compo
I have the following BrowserRouter in my main index.js React file: <React.StrictMode> <BrowserRouter> <Routes> <Route path="/"
I need to paginate a C# List<> without using LINQ since I'm using .NET framework 3.0. What is the best way to do this? What I need to do is read a list o
I have this rather primitive issue, but I have no idea how to solve this: I have a side hierarchy menu in one of many Razor pages and for now I just manually ma