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

Standalone npm React component #122

Open
tcr opened this issue Aug 17, 2018 · 0 comments
Open

Standalone npm React component #122

tcr opened this issue Aug 17, 2018 · 0 comments
Labels
C-refactor Category: refactoring some piece of existing code. help wanted idea

Comments

@tcr
Copy link
Owner

tcr commented Aug 17, 2018

edit-text is designed to target a central server but all client side editing functions work without a server connection. Having a rich text editor component that could be pulled into any React app would:

  • Enforce better encapsulation of the editor code
  • Give an option for drop-in WYSIWYG markdown editing in React code, with strong guarantees of your document being well-formed
  • Improve independently testing the editor

This might use wasm-pack or might be able to just be generated from the edit-frontend module directly.

@tcr tcr added help wanted C-refactor Category: refactoring some piece of existing code. idea labels Aug 17, 2018
bors bot added a commit that referenced this issue Aug 18, 2018
123: Bulk updates for RustConf, early attempt at #122 r=tcr a=tcr



Co-authored-by: Tim Ryan <id@timryan.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-refactor Category: refactoring some piece of existing code. help wanted idea
Projects
None yet
Development

No branches or pull requests

1 participant