Software Engineering Stack Exchange is a question and answer site for professionals, academics, and students working within the systems development life cycle who care about creating, delivering, and maintaining software responsibly. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

Long story short I have quite large project created throughout some 7 years. It is written almost completely in GWT as let's say front end and middle end (RPC calls to server with some wrappers).

Now as Google has no strong interest in developing it further I have decided to start rewriting it into ReactJs.

I have no man power to start greenfield project and rewrite it completely so in first iteration I want to create some simple React component and inject into GWT (or inject existing GWT to React?) and release it into production.

Have somebody of you guys experience with this sort of problem/process? I will appreciate any tips and advice how to start and integrate, what to be aware of etc.

share|improve this question
    
Where to start? – gnat yesterday

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.