Skip to content

romnoel-petracorta/fullstack-1-2#272

Open
romnoelp wants to merge 6 commits intoZeff01:mainfrom
romnoelp:romnoel-petracorta/fullstack-1-2
Open

romnoel-petracorta/fullstack-1-2#272
romnoelp wants to merge 6 commits intoZeff01:mainfrom
romnoelp:romnoel-petracorta/fullstack-1-2

Conversation

@romnoelp
Copy link

@romnoelp romnoelp commented Mar 15, 2026

Defining the end goal

  • I wanted to define the possibility of what the end goal might be. This way, I can make adjustments, tasks, and procedures around it, because knowing what my goal is prevents me from overengineering the project, and avoid analysis paralysis.
Screenshot from 2026-03-15 22-02-54

Home page

  • When post state is still null, render a loading component, otherwise, render the DefaultView component.
Home

Page by ID

  • Fetches the api for getting the contents based off of post Id. However, since I didn't use the "use client" directive, I can't use the shorthand version of the api: api/posts/[id].
Per_ID

DefaultView Component

  • Same as the home page, but this time with the proper contents to show from the api response.
DefaultView

Showcase

Screenshot from 2026-03-15 20-36-02 Screenshot from 2026-03-15 20-35-25

@romnoelp romnoelp changed the title Romnoel petracorta/fullstack 1 2 romnoel-petracorta/fullstack-1-2 Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant