FrancescoXX / rustcrab

An Open Source project with everything you need to learn about Rust.
https://rustcrab.com
MIT License
402 stars 69 forks source link

[FEATURE] create a page layout #126

Open devvsakib opened 1 month ago

devvsakib commented 1 month ago

Description

Our project layout and UI should be consistent. Create a component called PageLayout and use it for all pages.

dvpavan-kumar commented 1 month ago

Hi @devvsakib could you please explain bit more do we have to change structure of books, devtools ..in app and create pagelayout in app

image
felixoder commented 1 month ago

@dvpavan-kumar It's very simple just look that we have used same types of components simultaneously in our SPA app like ProjectSection , DsaSection and so on actually they're fetching the details from the xyz .ts and show them up.

Create a component that can do that dynamically. So that we can use that in our application to reuse those.

Also do one thing there is a section of /app dir which redirects to a page where a certain filter option is there. We are also using that mul time so also create a comp for that and reuse that! That'll make this app optimised and well structured!

github-actions[bot] commented 3 weeks ago

Hello! :wave:

This issue has been automatically marked as stale due to inactivity :sleeping:

It will be closed in 180 days if no further activity occurs. To keep it active, please add a comment with more details.