Best of AngularDecember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    How to Become a Front-End Developer

    Front-end development involves building the visual and interactive elements of websites and applications that users interact with. As a front-end developer, you will be responsible for designing and implementing the user interface of web and mobile applications. You can learn web development from basics to advanced topics through online courses and programs.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Conditional wrapping in React

    Conditional wrapping in React is something you do not always need, but I wrote this article for those looking for it. In some cases, they explain a service, but in others, they need to link to a detail page. When a specific flag is set, the component should get a parent wrapper to display it in a different variant.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    JavaScript Events: Bubbling, Capturing, and Propagation

    JavaScript Events: Bubbling, Capturing, and Propagation are examples of how events travel through the Document Object Model (DOM) tree. The DOM tree is the structure which contains parent/child/sibling elements in relation to each other. You can set listeners to watch for these events that will trigger your desired functionality.

  4. 4
    Article
    Avatar of jetbrainsJetBrains·3y

    What’s Next: WebStorm 2023.1 Roadmap

    WebStorm 2022.3, our final major update of 2022, is scheduled for the end of March 2023. We’ve had an overwhelming amount of feedback, with the new UI being the absolute leader in the number of mentions. We want to make sure that at least the basic functionality like syntax highlighting and code completion works well.

  5. 5
    Article
    Avatar of csharpcornerC# Corner·3y

    JSX In ReactJS

    JSX allows you to write HTML and JavaScript together. It looks like template-based writing with the full force and power of JavaScript. JSX is not mandatory for ReactJS, but JSX makes it easier to write ReactJS Applications. You can write single-line comment and multiline comment using JSX style.

  6. 6
    Article
    Avatar of telerikTelerik·3y

    Angular v15—She’s Here!

    Angular 15 brings two amazing features out of developer preview: Standalone APIs (Components, Pipes, Directives) and the Image Directive! Check out the official release Angular Blog Release written by Minko and the release notes detailed in the Angular CHANGELOG or the much easier to read Breaking Changes in the docs.

  7. 7
    Article
    Avatar of syncfusionSyncfusion·3y

    A Complete Guide to Creating a Mind Map Using Angular Diagram Component

    The Syncfusion Angular Diagram component is a powerful, extensible, and feature-rich library for visualizing, creating, and editing interactive diagrams. You can interactively build the mind map diagram using the mouse, touch, and keyboard interfaces.