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 JS template and sdk support #1774

Open
oniseijin opened this issue Mar 10, 2017 · 2 comments
Open

React JS template and sdk support #1774

oniseijin opened this issue Mar 10, 2017 · 2 comments

Comments

@oniseijin
Copy link
Contributor

oniseijin commented Mar 10, 2017

As done in #1681 and #1687 have React JS support.
This is mentioned in the Bladerunner js docs as being possible, so, actually doing it would prove a lot and open up more use cases.

This would mean template, unit test, integration test, aspects, blades etc.

Preference is to use React in the same way as knockout/angular, namely the template separate from the code, but this may not be the "React way" and might have only limited support (https://wix.github.io/react-templates/); +JSX support (babel hook)?

@oniseijin
Copy link
Contributor Author

oniseijin commented Mar 13, 2017

Next problem: dependencies: there are many and quite a bit more than what I had to do for basic angular2 support; and, having that npm support within brjs would make this much easier. This isn't even babel or react-templates.
react and react-dom:

+-- [email protected]
| +-- [email protected]
| | +-- [email protected]
| | +-- [email protected]
| | | +-- [email protected]
| | | | +-- [email protected]
| | | | | `-- [email protected]
| | | | `-- [email protected]
| | | `-- [email protected]
| | +-- [email protected]
| | | `-- [email protected]
| | +-- [email protected]
| | `-- [email protected]
| +-- [email protected]
| | `-- [email protected]

@briandipalma
Copy link
Contributor

@oniseijin We've put active BRJS work on hold and are focusing on CT.Next which will is based on npm and webpack. I don't see us doing any npm work in BRJS tbh.

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

2 participants