miro-rsc-workshop VS miro-workshop-finished

Compare miro-rsc-workshop vs miro-workshop-finished and see what are their differences.

miro-rsc-workshop

A starting kit for a React server component workshop created by Miro (by miroapp)

miro-workshop-finished

A finished version of the 2022 We Are Developers workshop hosted by Miro (by miroapp)
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
miro-rsc-workshop miro-workshop-finished
2 1
1 1
- -
0.0 4.6
10 months ago over 1 year ago
JavaScript JavaScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

miro-rsc-workshop

Posts with mentions or reviews of miro-rsc-workshop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-12.
  • Taking the fear out of authorization: OAuth essentials for frontenders
    2 projects | dev.to | 12 Dec 2022
    Let’s lay things out in layman’s terms and use some sample code snippets from a sample app we’ve built in NextJS.
  • Harnessing the power of React Server Components + Miro
    5 projects | dev.to | 4 Oct 2022
    And speaking of sticking to the NextJS structure/boilerplate for leveraging React Server Components, that’s exactly what we’ve done in our Miro workshop starter app. In addition to testing our RSC, we wanted to add a little bit of our own twist to things. So, based on the original NextJS demo app that was inspired by the React team’s debut of RSC, we took the key parts of this and ran with it to create a Miro-inspired application that both helped us explore RSC and create a more visually robust app. As a bonus, we used Miro as our authorization provider in order to kill two birds with one stone. 😎

miro-workshop-finished

Posts with mentions or reviews of miro-workshop-finished. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-04.
  • Harnessing the power of React Server Components + Miro
    5 projects | dev.to | 4 Oct 2022
    Let’s take a look at a specific example in our finished sample app here. We’re leveraging the moment.js NPM package to generate today’s date-time server-side. In our components folder, we’ve specified a Time.server.js server component:

What are some alternatives?

When comparing miro-rsc-workshop and miro-workshop-finished you can also consider the following projects:

app-examples - Miro Developer Platform App Examples

server-components-demo - Demo app of React Server Components.

moment - Parse, validate, manipulate, and display dates in javascript.