Open in app
Home
Notifications
Lists
Stories

Write
Arnaud Ambroselli
Arnaud Ambroselli

Home

Nov 27, 2021

Simplest Drag and Drop setup in React, in 10 lines of code with SortableJS

TDLR SortableJS make things really easy ! For those who just want the final result, here is the code and a demo just below Code import React, { useState, useEffect, useRef } from 'react'; import Sortable from 'sortablejs'; import './style.css'; const initData = Array.from({ length: 15 }, (_, i) => ({ _id: (i +…

Grid Layout

4 min read

Simplest Drag and Drop setup in React, in 10 lines of code with SortableJS
Simplest Drag and Drop setup in React, in 10 lines of code with SortableJS

Apr 18, 2020

Handling Deep Links in iOS/Android/React Native

Universal Links, Deep Links, App Links… This is something I told my client it would it would take one or two days to setup for their app, but it actually took me a week to make it perfect. And it was not a good week, believe me… That's why I…

Deep Linking

6 min read

Handling Deep Links in iOS/Android/React Native
Handling Deep Links in iOS/Android/React Native

Jan 3, 2020

RN BackHandler event listener setup with redux-saga

I'm always struggling setting up event listener with redux-saga , so as I didn't find out some clean example how to set-up an event listener to React Native BackHandler, here is one which might help you — and also help me to remind how I did, as I tend to forget things quickly… Versions used: React Native: 0.61.5 redux-saga: 1.1.3 function* backHandlerSaga() { // handle the backHandler touch here BackHandler.exitApp(); }

React

1 min read

RN BackHandler event listener setup with redux-saga
RN BackHandler event listener setup with redux-saga

Published in JavaScript in Plain English

·Nov 29, 2019

React Native Notifications with Server-Sent Events

Why ? What ? Wait.. what are you talking about ? And why ? Setting-up Server-Sent Events on a Express Node.js server Listening to Server-Sent Events in a React Native App 1. Why ? What ? Wait.. what are you talking about ? And why ? I wanted some notifications for my React Native app, but I thought Push Notifications looked very complicated to setup…

Java Script

8 min read

React Native Local Notifications with Server-sent events
React Native Local Notifications with Server-sent events

Published in The Startup

·Nov 28, 2019

RN Push Notifications: a complete guide (Front + Back)

[EDIT: 2020–12–13] BIG UPDATE of this article -> use react-native-push-notification in RN App -> create a copy/pastable NotificationService.js file If you see anything wrong, please put it in comments, thanks ! RN Push Notifications: a complete guide — Front + Back — iOS + Android If you arrive here, I think you'll know that it's not that easy to find a good tutorial to…

Java Script

12 min read

RN Push Notifications: a complete guide (Front + Back)
RN Push Notifications: a complete guide (Front + Back)

Jun 6, 2019

À propos des gilets jaunes

J'ai entendu hier un ami dire, à propos du mouvement des gilets jaunes : Combien ils ont fait aux européennes ? 0,5% ? Bon bah voilà, qu'on arrête de nous emmerder avec les gilets jaunes, ils ne représentent rien.

Gilets Jaunes

8 min read

À propos des gilets jaunes
À propos des gilets jaunes

May 26, 2019

A React Native App from scratch to TestFlight with Expo Bare Workflow

Expo has done great to help developer creating native apps with react-native. The Expo Managed Workflow is making it really easy to start a project and getting a production build .ipa or .apk file, but it has some downsides, and especially one : some libs created for React-Native are not…

React Native

8 min read

Start and deploy a React Native app for iOS with Expo Bare workflow
Start and deploy a React Native app for iOS with Expo Bare workflow

Apr 27, 2019

The future or big-data in business

You might think the text you are reading below is a wishful thinking. I think of it more like profession of faith, but I hope you will take it as it is : a prophecy. The prophecy is : Today, big-data is trapped in a vicious circle of mass consumption…

Advertising

8 min read

The future or big-data in business
The future or big-data in business

Jan 3, 2018

Understand functions, parameters and arguments once for all

There are some concepts to understand as soon as possible when people start to learn code in general. One of the most annoying I’ve been through is this : In lines 1, 3 and 8, are food, food and food all the same ? Well, no. …

Java Script

4 min read

Arnaud Ambroselli

Arnaud Ambroselli

Following
  • Ohans Emmanuel

    Ohans Emmanuel

  • Nicolas Grégoire

    Nicolas Grégoire

  • Brandon Skerritt

    Brandon Skerritt

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable