Logo

    sdk-development

    Explore "sdk-development" with insightful episodes like "A 5-Year-Old Could Follow This TypeScript SDK Development Guide ~ Part 3: Making Test Apps" and "TypeScript SDK Development: A 5-Year-Old Could Follow This Step-By-Step ~ Part 1: Our First MVP" from podcasts like ""Programming Tech Brief By HackerNoon" and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (2)

    A 5-Year-Old Could Follow This TypeScript SDK Development Guide ~ Part 3: Making Test Apps

    A 5-Year-Old Could Follow This TypeScript SDK Development Guide ~ Part 3: Making Test Apps

    This story was originally published on HackerNoon at: https://hackernoon.com/a-5-year-old-could-follow-this-typescript-sdk-development-guide-part-3-making-test-apps.
    This is Part 3 of our SDK development series where we will dive into creating test apps for react, browser, node, and legacy node.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #typescript, #node, #npm-package, #javascript, #web-development, #sdk-development, #how-to-create-testing-apps, #hackernoon-top-story, and more.

    This story was written by: @smy. Learn more about this writer by checking @smy's about page, and for more stories, please visit hackernoon.com.

    This is Part 3 of our SDK development series where we will dive into creating test apps for react, browser, node, and legacy node.

    TypeScript SDK Development: A 5-Year-Old Could Follow This Step-By-Step ~ Part 1: Our First MVP

    TypeScript SDK Development: A 5-Year-Old Could Follow This Step-By-Step ~ Part 1: Our First MVP

    This story was originally published on HackerNoon at: https://hackernoon.com/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-1-our-first-mvp.
    In this tutorial, we are going to build our first basic SDK to get a basic understanding. TypeScript SDK / Library Development Tutorial
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #javascript, #typescript, #nodejs, #reactjs, #hackernoon-top-story, #sdk-development, #what-is-sdk, #how-to-build-a-sdk, and more.

    This story was written by: @smy. Learn more about this writer by checking @smy's about page, and for more stories, please visit hackernoon.com.

    In this tutorial, we are going to build our first basic SDK to get a basic understanding. The fundamental steps required to build the SDK are the following: Initializing the project with the right workflow settings. Choosing Bundler, and understanding its purpose. Understanding ESM, CJS, IIFE UMD to run SDK on different environments. Publishing as a library on NPM, semantic versioning and License.