Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Web-App visualized

Web-App visualized

Scheduled Pinned Locked Moved The Lounge
javascriptcomhosting
15 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Sascha Lefevre

    Actually having fun with vue.js[^] (which someone recommended to Sander here in response to his frustration with Angular) - found this on their Discord-channel: Web-App visualized - Image on Discord-CDN[^]

    If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

    J Offline
    J Offline
    Jeremy Falcon
    wrote on last edited by
    #4

    Sascha Lefèvre wrote:

    frustration with Angular

    Keep in mind, I only have experience with Angular 1.x but some development principles will never change. And that is, anything gets easier the longer the you stick with it and master it. That's the problem with the web frameworks out there today... they change so much that nobody really spends time to learn one. I don't consider myself an Angular 1.x guru and I'd much more prefer React, but the more I used Angular in projects the more I figured out how to use Angular in projects. If that makes sense. I think the problem isn't so much the frameworks, it's that people don't devote the time required to actually learn one these days. We just fart around with it until it's time to move on to the next shiny one.

    Jeremy Falcon

    S 1 Reply Last reply
    0
    • S Sascha Lefevre

      Actually having fun with vue.js[^] (which someone recommended to Sander here in response to his frustration with Angular) - found this on their Discord-channel: Web-App visualized - Image on Discord-CDN[^]

      If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #5

      Out of curiosity, what do you like about it in comparison to React? At first glance it seems to have gotten rid of a manual shouldComponentUpdate, which is nice. But if I'm knee-deep in React world right now, is there anything that would make me want to switch over?

      Jeremy Falcon

      S S 3 Replies Last reply
      0
      • J Jeremy Falcon

        Out of curiosity, what do you like about it in comparison to React? At first glance it seems to have gotten rid of a manual shouldComponentUpdate, which is nice. But if I'm knee-deep in React world right now, is there anything that would make me want to switch over?

        Jeremy Falcon

        S Offline
        S Offline
        Sascha Lefevre
        wrote on last edited by
        #6

        Sorry if I gave a false impression - I'm actually a complete JS-framework-noob :laugh: I meant to learn some framework and then gave vue.js the first go after seeing that recommendation. I dug out that thread from Sander for you in case you want to take a look: The Lounge[^] And maybe @Super-Lloyd (who gave the recommendation) can answer your question here :-D

        If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

        J 1 Reply Last reply
        0
        • J Jeremy Falcon

          Out of curiosity, what do you like about it in comparison to React? At first glance it seems to have gotten rid of a manual shouldComponentUpdate, which is nice. But if I'm knee-deep in React world right now, is there anything that would make me want to switch over?

          Jeremy Falcon

          S Offline
          S Offline
          Super Lloyd
          wrote on last edited by
          #7

          What I like with VueJS it's almost the same as normal data binding in WPF! :)

          A new .NET Serializer All in one Menu-Ribbon Bar Taking over the world since 1371!

          J 1 Reply Last reply
          0
          • J Jeremy Falcon

            Out of curiosity, what do you like about it in comparison to React? At first glance it seems to have gotten rid of a manual shouldComponentUpdate, which is nice. But if I'm knee-deep in React world right now, is there anything that would make me want to switch over?

            Jeremy Falcon

            S Offline
            S Offline
            Sascha Lefevre
            wrote on last edited by
            #8

            Jeremy Falcon wrote:

            At first glance it seems to have gotten rid of a manual shouldComponentUpdate

            If this is not exactly where you picked that up, here's a Comparison with Other Frameworks — Vue.js[^]

            If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

            J 1 Reply Last reply
            0
            • S Sascha Lefevre

              Jeremy Falcon wrote:

              At first glance it seems to have gotten rid of a manual shouldComponentUpdate

              If this is not exactly where you picked that up, here's a Comparison with Other Frameworks — Vue.js[^]

              If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

              J Offline
              J Offline
              Jeremy Falcon
              wrote on last edited by
              #9

              Yup, that's where I got that from. Gonna go check out Sander's post on it now...

              Jeremy Falcon

              1 Reply Last reply
              0
              • S Super Lloyd

                What I like with VueJS it's almost the same as normal data binding in WPF! :)

                A new .NET Serializer All in one Menu-Ribbon Bar Taking over the world since 1371!

                J Offline
                J Offline
                Jeremy Falcon
                wrote on last edited by
                #10

                Oh snap.

                Jeremy Falcon

                1 Reply Last reply
                0
                • S Sascha Lefevre

                  Sorry if I gave a false impression - I'm actually a complete JS-framework-noob :laugh: I meant to learn some framework and then gave vue.js the first go after seeing that recommendation. I dug out that thread from Sander for you in case you want to take a look: The Lounge[^] And maybe @Super-Lloyd (who gave the recommendation) can answer your question here :-D

                  If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

                  J Offline
                  J Offline
                  Jeremy Falcon
                  wrote on last edited by
                  #11

                  Having read the thread, I totally agree what was said about Angular. It is overly complicated, but you can still make it do stuff the more you use it. Then again, I've only used 1.x so maybe it got worse. Who knows.

                  Jeremy Falcon

                  1 Reply Last reply
                  0
                  • J Jeremy Falcon

                    Sascha Lefèvre wrote:

                    frustration with Angular

                    Keep in mind, I only have experience with Angular 1.x but some development principles will never change. And that is, anything gets easier the longer the you stick with it and master it. That's the problem with the web frameworks out there today... they change so much that nobody really spends time to learn one. I don't consider myself an Angular 1.x guru and I'd much more prefer React, but the more I used Angular in projects the more I figured out how to use Angular in projects. If that makes sense. I think the problem isn't so much the frameworks, it's that people don't devote the time required to actually learn one these days. We just fart around with it until it's time to move on to the next shiny one.

                    Jeremy Falcon

                    S Offline
                    S Offline
                    S Douglas
                    wrote on last edited by
                    #12

                    Jeremy Falcon wrote:

                    I think the problem isn't so much the frameworks, it's that people don't devote the time required to actually learn one these days

                    Jeremy Falcon wrote:

                    they change so much that nobody really spends time to learn one.

                    There in lies the problem for me, I don't do a lot of web dev, its not something I enjoy. However, when it takes a year for the web developers to complete a website, I get asked to go "bang something out". I have looked at some of the newer frameworks, and they just seem to make it more complicated than dropping a few controls on the screen, adding in my data layer, and binding it back to the database (webforms). Not that I wouldn't mind learning something new as I am sure at some point web forms will go the way of the Windows Phone. Just don't want to spend my life in some never ending cycle of framework of the minute. :sigh:


                    Common sense is admitting there is cause and effect and that you can exert some control over what you understand.

                    J 1 Reply Last reply
                    0
                    • S S Douglas

                      Jeremy Falcon wrote:

                      I think the problem isn't so much the frameworks, it's that people don't devote the time required to actually learn one these days

                      Jeremy Falcon wrote:

                      they change so much that nobody really spends time to learn one.

                      There in lies the problem for me, I don't do a lot of web dev, its not something I enjoy. However, when it takes a year for the web developers to complete a website, I get asked to go "bang something out". I have looked at some of the newer frameworks, and they just seem to make it more complicated than dropping a few controls on the screen, adding in my data layer, and binding it back to the database (webforms). Not that I wouldn't mind learning something new as I am sure at some point web forms will go the way of the Windows Phone. Just don't want to spend my life in some never ending cycle of framework of the minute. :sigh:


                      Common sense is admitting there is cause and effect and that you can exert some control over what you understand.

                      J Offline
                      J Offline
                      Jeremy Falcon
                      wrote on last edited by
                      #13

                      Oh come on, spinning around in circles is fun man. #sarcasm I still feel the same away about Node et al since it's radically different too. The openness of the web is a double-edged sword. 'Fraid only way to deal with it is one step at a time.

                      Jeremy Falcon

                      S 1 Reply Last reply
                      0
                      • J Jeremy Falcon

                        Oh come on, spinning around in circles is fun man. #sarcasm I still feel the same away about Node et al since it's radically different too. The openness of the web is a double-edged sword. 'Fraid only way to deal with it is one step at a time.

                        Jeremy Falcon

                        S Offline
                        S Offline
                        S Douglas
                        wrote on last edited by
                        #14

                        Jeremy Falcon wrote:

                        'Fraid only way to deal with it is one step

                        Nothing like tip toeing through the mine field... :laugh:


                        Common sense is admitting there is cause and effect and that you can exert some control over what you understand.

                        J 1 Reply Last reply
                        0
                        • S S Douglas

                          Jeremy Falcon wrote:

                          'Fraid only way to deal with it is one step

                          Nothing like tip toeing through the mine field... :laugh:


                          Common sense is admitting there is cause and effect and that you can exert some control over what you understand.

                          J Offline
                          J Offline
                          Jeremy Falcon
                          wrote on last edited by
                          #15

                          :)

                          Jeremy Falcon

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups