Looking for event-based JS frameworks for app development.

0 favourites
  • 1 posts
From the Asset Store
You can become a REAL game developer. Learn the basics and get resources that will let you get profits from your game!
  • Hello. I belive the flow in game making apps is perfect, where you go with Action - Reaction all the time, which makes them so easy to develop.

    I write apps in pure Javascript and sometimes get tired with learning every used library and it's philosophy over and over, where different developers prefer different coding styles and philosophies.

    What I'm looking for is some suggestions for helpful event-driven app development frameworks.

    Ideally it would like:

    when(website.loaded && user.loggedIn).then( () => {
      alert('hello', user.name)
      layout.view('dashboard');
    });
    when(website.loaded && user.loggedOut).then( () => {
      alert('hello, please log in');
    });
    when(user.changedSettings).then( (info) => {
      notification.popup('');
    });[/code:217uxj35]
    
    I know this still relates to JS Promises and random js libraries, but it's still achieved through looking for a lot of libs, compiling them with webpacks, not beeing able to test on jsfiddle and so on.
    
    Any suggestions or experiences with any web frameworks at least a little close to how easy is Construct?
    
    My findings so far:
    [ul]
    	[li]https://www.meteor.com - entire environment, not testable on jsfiddle[/li]
    	[li]https://treeline.io - very limited to only few useful plugins[/li]
    	[li]angular / react js - nothing what i would call easy event-based and clean programming[/li]
    	[li]jquery? - yes, the easiest so far! Limited to only simple dom manipulation tasks[/li]
    	[li]https://parse.com/ - very nice backend for easy dev. User still has to write reactive front-end side[/li]
    [/ul]
    ... other suggestions?
  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)