0
What can be done with the js bundle
I mean all the frameworks and libraries as angular node. Js, react native every week i know it can do something more😃
4 odpowiedzi
+ 4
What a js bundle can do, is depend on how you write the js, it just bundle up your code into a single js file.
+ 2
I think you misunderstood the bundle with libraries
when you say js bundle, as Calviղ pointed out, it is just a single js file which has codes from different js files which you probably like to bundle up!!
But react Native Angular are frontEnd libraries, which can perform everything which you could possibly visualise. (Note frontEnd is just the Design and data rendering)
Whereas Node alone helps varoius javascript libraries to run as a standalone application, outside of a browser. And also enables you write back-end logic
0
I mean can it do more than backend, mobile apps, desktop apps and web animations and apps
0
Ok i didnt knew that bundle is a thing in javascript thanks for clarification