João Torre Pereira
João Torre Pereira
It would be nice to use `&&` conditional render. Example: ``` function Header({ title, description }: { title: string, description?: string }) { return {title} {description && {description}} } ```...
Closes #997 Let's open the debate!!
Closes #1272 No rooms Disable and no start time passed
Closes #1291
Remove the dependency and implement the flow by hand. _Originally posted by @thePeras in https://github.com/NIAEFEUP/uni/pull/1196#discussion_r1647462908_
Helper functions/methods are methods that return `Widget` type. Normally, people defined them to improve the code readability, however it is recommended to creating classes instead, for performance purpose. Read more...