full-stack-foundations
full-stack-foundations copied to clipboard
Learn the foundational skills of building full stack web applications.
 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...