|
|
|
|
|
by dtedesco1
283 days ago
|
|
This makes sense for one-way posting, but there are two issues for my main use case (personal and small company websites): 1. I want to edit the pages sometimes, and I want to do so using markdown without extra steps. 2. I still want to use React components *sometimes*. 3. I want it to be really easy to deploy and monitor. Nextjs is really easy for those things. Solving the first issue and third issues don’t require React, but the second definitely does. So I’m still stuck. |
|