Skip to content
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

Open
NileshPatel17 opened this issue Apr 9, 2017 · 5 comments
Open

Suggestion-Home Page with basic template #3

NileshPatel17 opened this issue Apr 9, 2017 · 5 comments

Comments

@NileshPatel17
Copy link

Can we have home page with header and footer including some basic 2-3 navigation links in boilerplate? Say-Home, Contact and About page.

@akshaynaik404
Copy link

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.
What the application does should be explained at the time of user onboarding (Signing Up).

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.

@amite
Copy link
Owner

amite commented Apr 9, 2017

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

@akshaynaik404
Copy link

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...

@NileshPatel17
Copy link
Author

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.

@akshaynaik404
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants