Slack Next-gen Platform - The Simplest "Hello World"

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • deno-hello-world

    Send a greeting to channel

  • You may already know that, when creating a new app using slack create command, you can go with the official "Hello World" project template. The project template code is available at https://github.com/slack-samples/deno-hello-world

  • slack-next-generation-platform-tutorials

    Complete project examples for https://dev.to/seratch/series/21161

  • The complete project is available at https://github.com/seratch/slack-next-generation-platform-tutorials/tree/main/01_The_Simplest_Hello_World

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • deno-request-time-off

    Send a time off request to a designated user to be approved or denied; uses interactivity handlers

  • Also, you can use templates available under github.com/slack-samples organization too! For instance, you can use https://github.com/slack-samples/deno-request-time-off as a template this way:

  • deno

    A modern runtime for JavaScript and TypeScript.

  • This app is still empty. So, let's add some files to the project. As you may already notice, Slack's next-generation platform apps run on Deno runtime, a novel JavaScript runtime. Thus, for coding and editing files in your project, using VS Code along with the official Deno plugin is the best recommended.

  • Visual Studio Code

    Visual Studio Code

  • This app is still empty. So, let's add some files to the project. As you may already notice, Slack's next-generation platform apps run on Deno runtime, a novel JavaScript runtime. Thus, for coding and editing files in your project, using VS Code along with the official Deno plugin is the best recommended.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Filtering TypeScript value types

    2 projects | dev.to | 29 Jun 2023
  • Scripting with VSCode Tasks and Typescript

    2 projects | dev.to | 16 Nov 2022
  • TypeScript is now officially 10 years old

    6 projects | news.ycombinator.com | 9 Oct 2022
  • React intellisense alternating between "x={}" and "y", have posted on their github but not getting a fix :(

    3 projects | /r/vscode | 17 Aug 2022
  • Feature request - inline type aliases

    3 projects | /r/typescript | 2 Jul 2022