hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Sunday, 30 January, 2022 UTC

React Digest Issue #341

sponsor Retool is the fast way to build internal tools Retool is the fast way to build internal tools. Visually design apps that interface with any database or API. Switch to code nearly anywhere to customize how your apps look and work. With Retool, ... more


Sunday, 23 January, 2022 UTC

React Digest Issue #340

sponsor What Is Vite: The Guide to Modern and Super-Fast Project Tooling Vite is a modern, blazing-fast tool for scaffolding and bundling projects—quickly becoming popular due to near-instant code compilation and rapid hot module replacement. In this ... more


Sunday, 16 January, 2022 UTC

React Digest Issue #339

sponsor Retool is the fast way to build internal tools Retool is the fast way to build internal tools. Visually design apps that interface with any database or API. Switch to code nearly anywhere to customize how your apps look and work. With Retool, ... more


Sunday, 9 January, 2022 UTC

React Digest Issue #338

sponsor Track technical debt in your VS Code & JetBrains editors Stepsize is an editor-first issue tracker for a healthy codebase. Create, view, and prioritise code issues, like technical debt and refactoring work, directly from your editor. Stepsize ... more


Sunday, 31 October, 2021 UTC

React Digest Issue #328

sponsor Taking a Look at startTransition in React 18 React 18 is coming with several new concurrent features—including startTransition. Let’s break down how it works and what you can do with it! Read on. this week's favorite Why hooks are the best thing ... more


Sunday, 31 October, 2021 UTC

React Digest Issue #328

sponsor Taking a Look at startTransition in React 18 React 18 is coming with several new concurrent features—including startTransition. Let’s break down how it works and what you can do with it! Read on. this week's favorite Why hooks are the best thing ... more


Sunday, 24 October, 2021 UTC

React Digest Issue #327

sponsor Deploy a React App Using KendoReact and Netlify Get hands-on with this blog post and learn how to use the Kendo UI Template Wizard to scaffold a new React application, build an Airbnb-like component and deploy it on Netlify. Try it out! this week's ... more


Sunday, 24 October, 2021 UTC

React Digest Issue #327

sponsor Deploy a React App Using KendoReact and Netlify Get hands-on with this blog post and learn how to use the Kendo UI Template Wizard to scaffold a new React application, build an Airbnb-like component and deploy it on Netlify. Try it out! this week's ... more


Sunday, 26 September, 2021 UTC

React Digest Issue #323

sponsor React Dashboard Tutorial—How To Build an Interactive Dashboard Learn how to build a sleek-looking, interactive dashboard using the TileLayout. Check out all you can do with this deceptively simple component: drag, order and toggle dashboard widgets, ... more


Sunday, 26 September, 2021 UTC

React Digest Issue #323

sponsor React Dashboard Tutorial—How To Build an Interactive Dashboard Learn how to build a sleek-looking, interactive dashboard using the TileLayout. Check out all you can do with this deceptively simple component: drag, order and toggle dashboard widgets, ... more


Sunday, 12 September, 2021 UTC

React Digest Issue #321

sponsor A Quick Guide to Dropdown Menus With React Dropdowns are everywhere! This blog explores some of the key dropdown types and form components you can chose from - all through implementation examples and real-life use cases. Check it out. this week's ... more


Sunday, 12 September, 2021 UTC

React Digest Issue #321

sponsor A Quick Guide to Dropdown Menus With React Dropdowns are everywhere! This blog explores some of the key dropdown types and form components you can chose from - all through implementation examples and real-life use cases. Check it out. this week's ... more


Sunday, 29 August, 2021 UTC

React Digest Issue #319

sponsor React Calendar vs. React Scheduler: What’s the Difference and When To Use Them Explore the differences between a calendar and a scheduler component so you know when to choose one over the other in your React app. To make the difference extra clear, ... more


Sunday, 22 August, 2021 UTC

React Digest Issue #318

sponsor Looking for a Data Grid? This Tour of an Easy-to-Use React Grid Will Help You Decide Watch this video to learn about the feature set of the KendoReact Data Grid and quickly get an idea whether it’s a match. KendoReact Product Manager Carl Bergenhem ... more


Sunday, 25 July, 2021 UTC

React Digest Issue #314

sponsor How to Build Forms with React the Easy Way Building forms with React can be frustrating. TJ VanToll demonstrates how you can tackle some of the key challenges with the help of the KendoReact Form component. Read on to learn how to simplify state ... more


Sunday, 27 June, 2021 UTC

React Digest Issue #310

sponsor The Ultimate Guide to Building a UI Component Library—Establishing a Development Environment Let’s walk through the steps you can take to set up a development environment that enables you to develop a component library. In this blog, you will ... more


Sunday, 30 May, 2021 UTC

React Digest Issue #306

sponsor React Chat Tutorial: How to build a chat app The following tutorial shows you how to quickly build chat leveraging Stream's Chat API and the Stream Chat React components. The underlying API is very flexible and allows you to build nearly any type ... more


Sunday, 23 May, 2021 UTC

React Digest Issue #305

sponsor 5 Reasons Not to Write Your JavaScript Data Grid From Scratch Of the many awesome things JavaScript developers can build, most are enjoyable, some give you a headache, but also satisfaction in the end, and a handful should be labeled “Here be ... more


Sunday, 16 May, 2021 UTC

React Digest Issue #304

sponsor The Main Challenges a React Form Library Should Solve Building forms in React can be a hard and repetitive process. That’s why form libraries are there to help with things such as data validation, state management and error messages. Let’s go ... more


Sunday, 9 May, 2021 UTC

React Digest Issue #303

sponsor The Ultimate Guide to Building a UI Library for Your Company—Part 3: Building Robust Components In this ongoing series, TJ VanToll continues to share tips and tricks he’s learned from over a decade of writing and working with UI components for ... more


Sunday, 2 May, 2021 UTC

React Digest Issue #302

sponsor Should You Care About React Server Components? This article will help you decide whether React Server Components is something you should check out immediately, or whether you should wait. You’ll look at what React Server Components are, the problems ... more


Sunday, 14 March, 2021 UTC

React Digest Issue #295

sponsor Don’t panic, but your source code is showing! Protect your app from getting hacked or reverse engineered with JSDefender, PreEmptive Protection for JavaScript. See why we’ve been the #1 obfuscator for 20+ years. Integration is easy, trials are ... more


Sunday, 28 February, 2021 UTC

React Digest Issue #293

this week's favorite Before You memo() In this post, I want to share two different techniques. They’re surprisingly basic, which is why people rarely realize they improve rendering performance. These techniques are complementary to what you already know! ... more


Sunday, 14 February, 2021 UTC

React Digest Issue #291

sponsor React Chat Tutorial: How to build a chat app The following tutorial shows you how to quickly build chat leveraging Stream's Chat API and the Stream Chat React components. The underlying API is very flexible and allows you to build nearly any type ... more


Sunday, 24 January, 2021 UTC

React Digest Issue #288

sponsor Four Things I Learned About GraphQL From Eve Porcello Eve Porcello had a great conversation with the hosts of React Wednesdays, giving us all an awesome introduction to GraphQL. Check out host TJ VanToll’s key takeaways from the conversation. ... more


Sunday, 17 January, 2021 UTC

React Digest Issue #287

sponsor Concurrent Mode in React Although it was announced over a year ago, concurrent mode is still experimental. If you haven’t yet taken the chance to explore it, let’s find out more about what it is and the benefits it can bring to our React applications. ... more


Sunday, 27 December, 2020 UTC

React Digest Issue #284

sponsor Join TJ VanToll & Carl Bergenhem for the Live Kendo UI Release Webinar in Jan’21 On Jan 20, 2021 the Kendo UI team ships their R1 2021 release, which includes eight new React components and many updates across existing ones. Fun fact: with ... more


Sunday, 20 December, 2020 UTC

React Digest Issue #283

sponsor Improve Your React Skills with Tips & Tricks from the Experts As the year’s coming to an end, you might be inclined to set some learning goals for 2021. If that’s the case, don’t do it alone! Check out these 25 great tips from a host of React ... more


Sunday, 6 December, 2020 UTC

React Digest Issue #281

sponsor Render as You Fetch with React Suspense React 16.6 added a <Suspense> component that lets developers build better responsive apps with smoother state/page transitions. Check out Peter’s article for an example how to use Suspense for data ... more


Sunday, 15 November, 2020 UTC

React Digest Issue #278

sponsor 8 Key Factors When Deciding to Build In-House or Buy a UI Component Library Whether your goal is to meet a web project's deadline or to be more efficient, you'll face the choice of building all of your UI internally or buying a ready-made library ... more