Closed LadyBluenotes closed 8 months ago
Hey @Sulstice - Wondering if you'd be able to give a quick rundown on the checks? I think knowing what is passing or failing and why can help me understand how to fix them.
NextJS is a new framework for me around React, I think I would need to have you demo it to me first. I see you put the infrastructure there and it's pretty intuitive so far. I removed the SVG files you committed. We don't need to pollute the codebase with stuff we won't be using.
For the Jobs, this is definitely my fault going crazy with bots.
We can always chat more about it when we meet up tomorrow, but if you're curious (or anyone else is) about why it's a nice framework, I really like that they have server-side rendering, automatic code splitting, and pre-fetching of data. They also have some static site generation, built-in API route system, and image optimization.
While a lot of these can be beneficial for larger apps, if we ever care to build on top of things for one reason or another Next can make it easier. With that being said, we could always just keep to React, if you feel like that's more appropriate.
@LadyBluenotes I added the code for a github workflow. It outputs a html file. I think we can use github actions to run a "Job" What do you think?
Using this to check to see how it runs or if it can possibly pass tests