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

Progressive enhancement #19

Open
jkimbo opened this issue Nov 20, 2014 · 1 comment
Open

Progressive enhancement #19

jkimbo opened this issue Nov 20, 2014 · 1 comment

Comments

@jkimbo
Copy link
Contributor

jkimbo commented Nov 20, 2014

To support progressive enhancement on first render react-choice should render a plain select box. Then on componentDidMount the full version can be rendered. This is so if the component is rendered on the server the select box is still usable before the js is loaded. Also if the user has js disabled it will still work.

@jkimbo
Copy link
Contributor Author

jkimbo commented Nov 20, 2014

cc. @AndrewIngram

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

No branches or pull requests

1 participant