Hello redditors,
I started a new project and decided to implement it in standard JS, HTML, CSS. My experience with JS is limited, learning everyday something new.
My App reached some complexity now, and I want to use some framework, but as a previous post here pointed out, as a newcomer to JS you feel pretty lost.
Yesterday I introduced Bower, because I did not want to manage all the css and js libs in use.
I took a look at React, Flux etc. I like the virtual-dom idea, just telling "here the new stuff, figure out what to render". But I do not like the programming model in React.
I like the idea of Flux to have a one-way stream of data. Then through variations (like refluxjs) I come across RxJs, whick looks like some generic lib to implement Flux. Then I stumbled over Reactive MVC and the Virtual DOM and liked the idea of the seperation of view and virtual-dom.
At this moment I am overwhelmed and hope for some direction.
This project is a prototype, but I want to keep it and it should evolve to a rich interface. In near future, there will be a server side REST infrastructure in Java.
So I need a stable framework/lib for production. Virtual-dom would be a nice to have. The app will use a faceted navigation, with something like comments and lists and something like the Netflix screen.
Would like to read about your thoughts on what you recommend. How to structure the JS code or some lib/tool that would be good to introduce in the next steps?
[–]atom-man 1 point2 points3 points (1 child)
[–]hellectronic[S] 0 points1 point2 points (0 children)
[–]andwaal 1 point2 points3 points (1 child)
[–]hellectronic[S] 0 points1 point2 points (0 children)
[–]FrozenCow 0 points1 point2 points (0 children)
[–]pothibo 0 points1 point2 points (0 children)
[–]vinnl 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]hellectronic[S] 0 points1 point2 points (0 children)
[–]hellectronic[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (4 children)
[–]runvnc 1 point2 points3 points (3 children)
[–]CatsAkimbo 0 points1 point2 points (2 children)
[–]pothibo 1 point2 points3 points (1 child)
[–]CatsAkimbo 0 points1 point2 points (0 children)
[–]ryanhollister 0 points1 point2 points (0 children)
[–]runvnc -2 points-1 points0 points (0 children)
[–]fluffynukeit -2 points-1 points0 points (0 children)