Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpk committed Sep 30, 2023
1 parent 877cd2a commit aeb1ee5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pokedex-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,15 @@ https://docs.astro.build/en/guides/server-side-rendering/#enabling-ssr-in-your-p

It seems like Astro could be in fact a more elegant replacement for Next.js or Gatsby, especially for content driven apps.

I was extremely fast here, since I could completely reuse some of the React components from the Next.js repo (I could have easily used the vue or svelte components as well).
I was extremely fast here, since I could simply reuse some of the React (JSX) components from the Next.js repo (I could have used the vue or svelte components as well).

Time to implement: ~ 2.5h
The experience of rebuilding this using Astro.js was amazingly straightforward. The framework embraces an idea called [Falling Into The Pit of Success](https://blog.codinghorror.com/falling-into-the-pit-of-success/). Summarized, it should be as easy, almost default behaviour to build a fast website - no extra configuration required.

I will definitely consider using this in one of my upcoming projects.

Time to implement: ~ 3.5h

Breakdown:
- App Setup and UI: 2h
- Testing Setup: 0.5h
- Testing Setup: 1.5h
- CI/CD: 0h

0 comments on commit aeb1ee5

Please sign in to comment.