Code Monkey home page Code Monkey logo

Comments (9)

ericmdantas avatar ericmdantas commented on August 25, 2024

Hello, @remicastaing.

js-data

I still have to take a look at it, but it seems promising.

a0-angular-storage

For now, I think ng-xtorage there might do the trick for storage. I works for local/sessionStorage, forms and it also has a module helper for expiration.

angulartics

Looks good, gonna try that one later.

angular-messages

That's already there, not being used on the todo yet, I guess.

Gonna keep this one open for more ideas and points.

from generator-ng-fullstack.

Toub avatar Toub commented on August 25, 2024

I already use js-data on several projects so I can help with that one.

from generator-ng-fullstack.

ericmdantas avatar ericmdantas commented on August 25, 2024

We'd be better use the angular wrapper, right?

from generator-ng-fullstack.

ericmdantas avatar ericmdantas commented on August 25, 2024

Just watched the video about js-data by its creator. Seems really nice indeed. I'd love the help, @Toub.

The thing we have to keep in mind is that the user of this generator will choose between io.js (javascript) on the backend or go (golang). So, we might still have ngResource or something similar floating around (when the user chooses go server instead of io.js server.

Or have js-data to work without knowing anything about the server? I don't know the pros and cons of that, you could tell better.

from generator-ng-fullstack.

ericmdantas avatar ericmdantas commented on August 25, 2024

About angulartics:

Do I still have to have this in my html?

<script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
       m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
       })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

       ga('create', 'UA-XXXXX-X');
       ga('send', 'pageview');
</script>

Or the module will take care of it?

from generator-ng-fullstack.

jgodi avatar jgodi commented on August 25, 2024

You will still need that, just take the

ga('send', 'pageview');

part out of it since that library will take care of sending page views.

from generator-ng-fullstack.

Toub avatar Toub commented on August 25, 2024

I created a new ticket for js-data: "Replace ngResource by js-data model layer" #19

from generator-ng-fullstack.

ericmdantas avatar ericmdantas commented on August 25, 2024

@jgodi, alright. Gonna do that later today #22.

@Toub, good idea - that's a big issue by itself.

from generator-ng-fullstack.

ericmdantas avatar ericmdantas commented on August 25, 2024

Closing this one, most things have been taken care of.

from generator-ng-fullstack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.