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

React + SSR conversion of remaining components #2040

Closed
22 of 40 tasks
mikemurray opened this issue Mar 27, 2017 · 1 comment
Closed
22 of 40 tasks

React + SSR conversion of remaining components #2040

mikemurray opened this issue Mar 27, 2017 · 1 comment
Labels
epic For issues that exist only to track progress on a list of other issues in one place

Comments

@mikemurray
Copy link
Member

mikemurray commented Mar 27, 2017

React + SSR

This epic is meant to track the conversion of all customer / admin facing components, layouts, templates to React. This means no more Blaze wrappers around any react component, and no Blaze components at any point in the React layout tree. All react all the time.

Keep in mind, for SSR to work, no react component may access document or window while being rendered server-side. If you need them, you'll need to check if they exists before trying to access.

Below List in ordered by approximate priority

Router

Layout

Navigation bar

Product Grid

Search

Checkout

Product Detail

Orders

Admin

@aaronjudd
Copy link
Contributor

Issue moved to reactioncommerce/reaction-feature-requests #7 via ZenHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic For issues that exist only to track progress on a list of other issues in one place
Projects
None yet
Development

No branches or pull requests

2 participants