Results 1 to 2 of 2

Thread: Which of these frameworks is best for JavaScript.

  1. #1
    Join Date
    Jul 2019
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Which of these frameworks is best for JavaScript.

    There are too many to make an informed decisions. I don't have the capacity to research them all.

    So I started learning JavaScript and once I was done with the basics it was time to move on to a framework... There are freaking too many. I just a want a website that like an online public journal posting website. Was JavaScript the best option? I know CSS, HTML and C++ but for website learned a little C# but it was little too much for me.
    Last edited by james438; 07-02-2019 at 04:23 PM. Reason: link removed.

  2. #2
    Join Date
    May 2018
    Location
    Iowa,Des Moines
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    There are lots of javascript frameworks, jquery, vue.js , corner, response.js.

    But the web form tends to hide JavaScript from programming and try to do almost everything in code behind using Web from controls.

    A framework such as vue.js, angular, response.js tends to end up on the client side (even on one page that never publishes the response information that conflicts with the web form).

    They have their own design.

    If you want to use three popular frameworks, you better use web api. https://docs.microsoft.com/en-us/asp...-first-web-api.

    However, in a web form, only a small framework like these types - https://merehead.com/blog/angular-vs...t-choice-2021/ as jquery works well, you can use it simple and enough api to select a domain item, change their properties, insert or remove a new item before the message page back and still use web forms management.

    With best wishes,


    Translated with www.DeepL.com/Translator (free version)

Similar Threads

  1. Which of these frameworks is best for JavaScript.
    By itmaastermbn in forum JavaScript
    Replies: 1
    Last Post: 06-27-2019, 06:10 AM
  2. Replies: 13
    Last Post: 09-25-2008, 06:21 PM
  3. Most popular JavaScript Frameworks
    By codeexploiter in forum The lounge
    Replies: 1
    Last Post: 03-28-2007, 06:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •