Skip to content

Commit

Permalink
Add linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
saulprl-enc committed Aug 17, 2024
1 parent b5aca81 commit 4224b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mdx/technical-logs/breakable-toy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Regarding `shadcn/ui`, it's a component library that provides highly accessible
For the design, I decided to keep it very simple to be able to focus on the features instead, but `shadcn/ui` helped a lot with making it look clean.
<br />
For the development itself, it was a very standard React application that connects to the server. However, there were some challenges due to it being the first time I used `search parameters` as state management, as well as having to synchronize their values with the forms (for instance, `title=dishes` should populate the title field with the word `dishes`).
<br />

## Alternative solutions

Expand Down

0 comments on commit 4224b2c

Please sign in to comment.