-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion-Home Page with basic template #3
Comments
Home, contact and about pages are not always necessary for a Web apps home page - our '/' route after logging in, they are included mostly in a products landing page. Reasons : because we really don't want some one to contact us, that is not our primary goal. Though we can have an about page, but it shouldn't be in the main UI. Users will visit this app, either to post new links or engage with existing links in the UI. So 'add new links + btn' will be our main cta, along with user submitted links which will be shown in a list - as shown in the includes screenshots. |
Agreed but it would still be a useful exercise to do in a separate branch to demonstrate how react router works with react components. Beginners to react will appreciate how easy it is to make new page-like content |
Yes, that would be great. We can even have landing page that explains what the app is and with links to the JavaScripters community, this repo, contributors, etc... |
My suggestion was specific to boilerplate. Going forward we can have home and about page with some basic stylesheet to kick start new project. By having this, we will have routing as part of boilerplate. |
I understand what you mean @NileshPatel17 and I agree with you, it will be better to understand for newcomers if routing is visible by default in the boilerplate. |
Can we have home page with header and footer including some basic 2-3 navigation links in boilerplate? Say-Home, Contact and About page.
The text was updated successfully, but these errors were encountered: