full-stack-foundations icon indicating copy to clipboard operation
full-stack-foundations copied to clipboard

Learn the foundational skills of building full stack web applications.

Results 5 full-stack-foundations issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/epicweb-dev/full-stack-foundations/assets/67370080/df2ba4bb-412f-478e-afd7-774a2c4007da) Logs: Run `npm audit` for details. ✅ Success: Dependency Installation ▶️ Starting: Custom Setup Handling custom setup (if neccessary) Running the following command: npm run setup:custom --if-present > setup:custom...

So, I noticed something in the Scripting module. Let's have a look at the `exercises/05.scripting/05.solution.pending/app/utils/misc.tsx` file. We have the following implementation for the `useIsSubmitting()` utility: ``` export function useIsSubmitting({ formAction,...

We've got some tests for the first exercise, but every single exercise step should have tests that help verify people have successfully accomplished the task.

On exercises/01.styling/01.solution.public-links, the test is expected to test against a nullable value where it could be an undefined. To fix this, either make the testing value a nullable or use...

I followed the instructions for setup and got all the way to npm start in the terminal. I got the `🐨 Let's get learning!` and the prompts with the URLs...