Is it possible to use react as the front end and laravel as the backend without using the nodejs at server...
up vote
0
down vote
favorite
I want to use react js with laravel. then is it mandatory to install nodejs in my server? Because I don't want to use CDN links to use react js in my project.
reactjs laravel
add a comment |
up vote
0
down vote
favorite
I want to use react js with laravel. then is it mandatory to install nodejs in my server? Because I don't want to use CDN links to use react js in my project.
reactjs laravel
1
React is a front-end framework-- it is completely agnostic to the backend that you are serving it from. Was that your concern? Or am I misunderstanding your question?
– Alexander Nied
Nov 20 at 6:39
1
yes, u can use Laravel as backed and react as a front end. u can check I had created one demo on that github.com/asifvora/laravel-app
– Asif vora
Nov 20 at 6:56
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to use react js with laravel. then is it mandatory to install nodejs in my server? Because I don't want to use CDN links to use react js in my project.
reactjs laravel
I want to use react js with laravel. then is it mandatory to install nodejs in my server? Because I don't want to use CDN links to use react js in my project.
reactjs laravel
reactjs laravel
asked Nov 20 at 6:30
Siva K
2518
2518
1
React is a front-end framework-- it is completely agnostic to the backend that you are serving it from. Was that your concern? Or am I misunderstanding your question?
– Alexander Nied
Nov 20 at 6:39
1
yes, u can use Laravel as backed and react as a front end. u can check I had created one demo on that github.com/asifvora/laravel-app
– Asif vora
Nov 20 at 6:56
add a comment |
1
React is a front-end framework-- it is completely agnostic to the backend that you are serving it from. Was that your concern? Or am I misunderstanding your question?
– Alexander Nied
Nov 20 at 6:39
1
yes, u can use Laravel as backed and react as a front end. u can check I had created one demo on that github.com/asifvora/laravel-app
– Asif vora
Nov 20 at 6:56
1
1
React is a front-end framework-- it is completely agnostic to the backend that you are serving it from. Was that your concern? Or am I misunderstanding your question?
– Alexander Nied
Nov 20 at 6:39
React is a front-end framework-- it is completely agnostic to the backend that you are serving it from. Was that your concern? Or am I misunderstanding your question?
– Alexander Nied
Nov 20 at 6:39
1
1
yes, u can use Laravel as backed and react as a front end. u can check I had created one demo on that github.com/asifvora/laravel-app
– Asif vora
Nov 20 at 6:56
yes, u can use Laravel as backed and react as a front end. u can check I had created one demo on that github.com/asifvora/laravel-app
– Asif vora
Nov 20 at 6:56
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Yes but you'll probably want Node and Webpack in your development environment to compile react.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Yes but you'll probably want Node and Webpack in your development environment to compile react.
add a comment |
up vote
1
down vote
accepted
Yes but you'll probably want Node and Webpack in your development environment to compile react.
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Yes but you'll probably want Node and Webpack in your development environment to compile react.
Yes but you'll probably want Node and Webpack in your development environment to compile react.
answered Nov 20 at 6:53
wheelmaker
1,214817
1,214817
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53387456%2fis-it-possible-to-use-react-as-the-front-end-and-laravel-as-the-backend-without%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
React is a front-end framework-- it is completely agnostic to the backend that you are serving it from. Was that your concern? Or am I misunderstanding your question?
– Alexander Nied
Nov 20 at 6:39
1
yes, u can use Laravel as backed and react as a front end. u can check I had created one demo on that github.com/asifvora/laravel-app
– Asif vora
Nov 20 at 6:56