Best of Frontend DevelopmentApril 2023

  1. 1
    Article
    Avatar of tshThe Software House·3y

    Web development stacks in 2023 – software trends

    Web development stack is a set of tools typically used in tandem to develop web apps. A highly specialized web stack can exist within the constraints of frontend or backend development. The most important choice is the one concerning your full development stack. Full web development stacks are abbreviated based on the technologies that comprise them.

  2. 2
    Article
    Avatar of medium_jsMedium·3y

    10 Best React Libraries for Building High-Performance Web Applications 2023

    Discover the top 10 React libraries for building high-performance web applications with improved development time, consistent user interfaces, and optimized performance.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    vitejs/awesome-vite: ⚡️ A curated list of awesome things related to Vite.js

    A curated list of awesome things related to Vite.js. It includes templates for scaffolding Vite projects, starter templates for different frameworks and libraries, and plugins for various functionalities.

  4. 4
    Article
    Avatar of itnextITNEXT·3y

    Angular 16 is huge

    angular 16 is just the first release candidate version of v16. There are a lot of features/changes coming with this version. It is still experimental and some more performance related improvements and optimisations are to be made. It already enables a much faster startup time (at least 2 times) than webpack implementation.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Panda CSS – CSS-in-JS without Runtime Overhead

    Panda CSS is a utility CSS library that provides a set of utility classes, patterns, and recipes for building modern and responsive user interfaces in Web applications. It eliminates the runtime overhead of CSS-in-JS libraries and offers a declarative approach to styling components using JavaScript objects. This post provides step-by-step instructions on setting up and using Panda CSS in a Next.js project, as well as customizing the styling.

  6. 6
    Article
    Avatar of tshThe Software House·3y

    Frontend interview questions – developers tips in 2023

    As the high demand for frontend development continues, technologies come and go and requirements change. As many as 25.96% of all programmers on Stack Overflow consider themselves frontend developers. Frontend development is an essential and obligatory part of any web-based and many mobile-based projects.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    The Most Common Mistakes When Using React

    Common mistakes when using React, such as setting incorrect initial state, directly modifying the state, forgetting that setting state is asynchronous, including non-primitive objects in hook dependency arrays, excessively using useCallback and useMemo, adding separate onChange handlers for each input, unnecessarily using useEffect.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Best AI tools to help you with frontend development in

    Discover the top AI tools that can enhance your front-end development experience by saving time, avoiding errors, improving quality, and creating amazing user experiences.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    Significant-Gravitas/AutoGPT: AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

    AutoGPT is a vision of accessible AI for everyone, providing tools for building, testing, and delegating AI agents. It offers documentation, a benchmarking tool, and a user-friendly interface.

  10. 10
    Article
    Avatar of codemotionCodemotion·3y

    Tips and Best Practices for Micro-Frontends

    Codemotion Magazine: Micro-frontends are essentially small and independent front-end applications that can be used in a larger application as building blocks. Luca Mezzalira is Principal Serverless Specialist Solutions Architect at Amazon Web Services (AWS) He shares some key best practices for Micro-Frontends.

  11. 11
    Article
    Avatar of codemotionCodemotion·3y

    SolidJS: More Than Just Another React Alternative

    SolidJS is a modern JavaScript library for building web user interfaces. It takes a reactive approach to building UIs, which means that the UI updates automatically in response to changes in the underlying data or state. SolidJS uses a fine-grained reactivity and compiles the components down to highly optimized code with minimal overhead.