- Muchas notas - Fran Acién

20220616 - Zet Sprint Day 7

The last week I was away, so I did a small break in the project. From the last day I finished:

  • Creates notes, with the shortcut and the button
  • Change title when the content is modified
  • Put the connections with the notes
  • Button to save when the content is modified.

For this day I would like to think about how I am going to create the browser, or the webpage with the notes. For this I am not going to use angular because doesnt make any sense.

I will not use gatsby because is going to generate a lot of space in disk, a single HTML for each note. Gatsby is a really cool project but does it not fit in our purpose. The most important aspect for this part, the web rendering, is to have a good SEO, that means not a lot of javascript. In this note 20220617 - Rendering on the Web I describe the different ways to render a webpage. I think that is better to generate the notes page with universal rendering in angular.